FontUtilities
Overview
FontUtilities is a class in Aspose.Pdf FOSS for Java.
Provides utility methods for working with fonts in a PDF document.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
allFonts | Font[] | Read | Returns all fonts used across all pages of the document. |
Methods
| Signature | Description |
|---|---|
FontUtilities(document: Document) | Creates a FontUtilities instance for the given document. |
getAllFonts() → Font[] | Returns all fonts used across all pages of the document. |
subsetFonts() | Marks all fonts in the document for subsetting on save. |