FontRepository
Overview
FontRepository is a class in Aspose.Pdf FOSS for Java.
Caches and resolves PDF fonts from resource dictionaries.
Methods
| Signature | Description |
|---|---|
getFont(fontsDict: COSDictionary, fontName: String, parser: PDFParser) → PdfFont | Returns the PdfFont for the given font name from the fonts dictionary. |
fromResources(resources: Resources, fontName: String, parser: PDFParser) → PdfFont | Convenience method: resolves a font from page Resources. |
clear() | Clears the font cache. |