DescriptionThis sample shows how to display all the fonts on a Windows system.I have used these classes:
Initializing InstalledFontCollection and then using the .Families property allows me to return the names of all the font familys as an array of FontFamily like this
FontFamily[] ffs = ifc.Families;