StandardFonts
Overview
StandardFonts is a class in Aspose.Pdf FOSS for Java.
Registry of the 14 Standard PDF Fonts (ISO 32000-1:2008, §9.6.2.2).
Methods
| Signature | Description |
|---|---|
isStandard(fontName: String) → boolean | Returns whether the given font name is one of the Standard 14 fonts. |
getWidths(fontName: String) → int[] | Returns the 256-entry width table for the given standard font. |
getEncoding(fontName: String) → FontEncoding | Returns the default encoding for the given standard font. |