FONT LIST
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Guys, Can Any one guide me how to get the list of fonts installed on the system, also the list of named colors programatically. Regards, Chintan
-
Hi Guys, Can Any one guide me how to get the list of fonts installed on the system, also the list of named colors programatically. Regards, Chintan
Hi, You have to use the System.Drawing.Text namespace afaik and then look at the InstalledFontCollection class. For the colors, have a look at the KnownColor Enumeration. HTH, Thea