public final class InstalledFontCollection extends FontCollection
Represents the fonts installed on the system. This class cannot be inherited.
| Constructor and Description |
|---|
InstalledFontCollection()
Initializes a new instance of the
InstalledFontCollection class. |
| Modifier and Type | Method and Description |
|---|---|
void |
addFamilies(FontFamily[] families)
Adds families to the global system fonts collection.
|
void |
removeFamilies(FontFamily[] families)
Removes families from the global system fonts collection.
|
dispose, getFamiliespublic InstalledFontCollection()
Initializes a new instance of the InstalledFontCollection class.
public void addFamilies(FontFamily[] families)
Adds families to the global system fonts collection.
families - The new families.public void removeFamilies(FontFamily[] families)
Removes families from the global system fonts collection.
families - The families to remove.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.