AdobeGlyphList
Overview
AdobeGlyphList is a class in Aspose.PDF FOSS for Java.
Static mapping from Adobe glyph names to Unicode codepoints.
This class provides 2 methods for working with AdobeGlyphList objects in Java programs.
Available methods include: contains, getUnicode.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
getUnicode(glyphName: String) → int | Returns the Unicode codepoint for the given Adobe glyph name. |
contains(glyphName: String) → boolean | Returns whether the given glyph name is present in the Adobe Glyph List. |