DekGenius.com
[ Team LiB ] Previous Section Next Section

InstalledFontCollectiondisposable

System.Drawing.Text (system.drawing.dll)sealed class

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 FontCollection(System.IDisposable) InstalledFontCollection

    [ Team LiB ] Previous Section Next Section