Class InstalledFontCollection
InstalledFontCollection class
Represents the fonts installed on the system. This class cannot be inherited.
public sealed class InstalledFontCollection : FontCollection
Constructors
Properties
| Name | Description |
|---|
| Families { get; } | Gets the array of FontFamily objects associated with this FontCollection. |
Methods
| Name | Description |
|---|
| AddFamilies(FontFamily[]) | Adds families to the global system fonts collection. |
| Dispose() | Releases all resources used by this FontCollection. |
| RemoveFamilies(FontFamily[]) | Removes families from the global system fonts collection. |
See Also