Friday 4 January 2013

Get the windows font directory C#


Get the windows font directory C#


         String FontsFolder= System.Environment.GetFolderPath(Environment.SpecialFolder.Fonts);

           Console.Write(FontsFolder);

for ex://output c:\windows\fonts.

No comments:

Post a Comment