This documentation is archived and is not being maintained.
System.Drawing.Text Namespace
.NET Framework 1.1
The System.Drawing.Text namespace provides advanced GDI+ typography functionality. Basic graphics functionality is provided by the System.Drawing namespace. The classes in this namespace allow users to create and use collections of fonts.
Classes
| Class | Description |
|---|---|
| FontCollection | Base class for installed and private font collections. Provides a method to get a list of the font families contained in the collection. For additional information on fonts and text, including example code, see Fonts and Text in the Using GDI+ Managed Classes section of these documents. |
| InstalledFontCollection | Represents the fonts installed on the system. This class cannot be inherited. For additional information on fonts and text, including example code, see Fonts and Text in the Using GDI+ Managed Classes section of these documents. |
| PrivateFontCollection | A collection of font families built from font files that are provided by the client application. For additional information on fonts and text, including example code, see Fonts and Text in the Using GDI+ Managed Classes section of these documents. |
Enumerations
| Enumeration | Description |
|---|---|
| GenericFontFamilies | Specifies a generic FontFamily object. |
| HotkeyPrefix | Specifies the type of display for hot-key prefixes that relate to text. |
| TextRenderingHint | Specifies the quality of text rendering. |
See Also
Show: