FontRepository

FontRepository

Overview

FontRepository is a class in Aspose.Pdf FOSS for Java.

Caches and resolves PDF fonts from resource dictionaries.

Methods

SignatureDescription
getFont(fontsDict: COSDictionary, fontName: String, parser: PDFParser)PdfFontReturns the PdfFont for the given font name from the fonts dictionary.
fromResources(resources: Resources, fontName: String, parser: PDFParser)PdfFontConvenience method: resolves a font from page Resources.
clear()Clears the font cache.

See Also