RunTime Change Tamil Font.

Jayakumars
Posted by Jayakumars under ASP.NET AJAX category on | Points: 40 | Views : 1628
RunTime Change Tamil Font.
==============================
private void Form1_Load(object sender, EventArgs e)
{
Font oldFont = TxtEmployeeName.Font;
TxtEmployeeName.Font = new Font("Tamil Bible", oldFont.Size, oldFont.Style);

}

Comments or Responses

Login to post response