L Lord2702 Sep 8, 2004 #2 Wed. Sep. 08, 2004 12:00 PM PT Enumerate all the fonts, and check if your font is installed or not. Use System.Drawing.FontFamily.GetFamilies. Static function. Good Luck.
Wed. Sep. 08, 2004 12:00 PM PT Enumerate all the fonts, and check if your font is installed or not. Use System.Drawing.FontFamily.GetFamilies. Static function. Good Luck.
S Sushant Bhatia Sep 9, 2004 #3 You can use the classes here. http://66.102.7.104/search?q=cache:...s/csharp/fontcombo/+C#+test+font+exists&hl=en Alternatively, if your app has access priveledges to run, you can check the font folder in the windows directory to see if a file pertaining to the font exists in there. Sushant.
You can use the classes here. http://66.102.7.104/search?q=cache:...s/csharp/fontcombo/+C#+test+font+exists&hl=en Alternatively, if your app has access priveledges to run, you can check the font folder in the windows directory to see if a file pertaining to the font exists in there. Sushant.