You must Sign In to post a response.
  • Category: Visual Studio

    How to set tamil font in windows applicaton labels

    i need set tamil font in windows application. labels ,textbox,radiobutton, need set tamil font. thanks in advance..
  • #752530
    this.Font = new System.Drawing.Font("Name of your Tamil Font", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    }

    Do this in the constructor of every form.

    Let me know if this works or not.


  • Sign In to post your comments