Hi! I heard about silverlight 4 can use local fonts. So, is there a way fo enumerate them? I just want to have them shown into a listbox. Thanks you all!
+2
A:
Use the SystemTypefaces
static property of the System.Windows.Media.Fonts
class. This provides a collection go Typeface
objects listing the set of fonts found in the system font folder.
AnthonyWJones
2010-04-20 08:26:56