FontCollection
Namespace: System.Drawing.Text
Assembly: System.Drawing.Managed (4.0.0.0)
When inherited, enumerates the FontFamily objects in a collection of fonts.
- C#
- VB.NET
public class FontCollection : IDisposable
Public Class FontCollection
Inherits IDisposable
Properties
Families
FontFamily[]: Gets the array of FontFamily objects associated with this FontCollection.
Methods
Dispose()
Dispose(disposing)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| Parameter | Type | Description |
|---|---|---|
| disposing | Boolean | Whether we are disposing of managed resources. |
Finalize()
Finalizes an instance of the FontCollection class.
Inherited By
| Name | Description |
|---|---|
| InstalledFontCollection | Represents the fonts installed on the system. |
| PrivateFontCollection | Encapsulates a collection of Font objects. Provides a collection of font families built from font files that are provided by the client application. |