.NET Windows Forms in a Nutshell
This class, derived from FontCollection , represents all the font families that have been installed on the system. You can enumerate the Families property to find a font suitable for your purposes. public sealed class InstalledFontCollection : FontCollection { // Public Constructors public InstalledFontCollection (); } Hierarchy
System.Object |