.NET Windows Forms in a Nutshell

InstalledFontCollection disposable

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

Категории