how to make font c# code example
Example: how to make font c#
lab.Font = new Font(FontFamily.GenericSansSerif,
12.0F, FontStyle.Bold);
lab.Font = new Font(FontFamily.GenericSansSerif,
12.0F, FontStyle.Bold);