Package org.verapdf.pd.font.truetype
Class AdobeGlyphList
java.lang.Object
org.verapdf.pd.font.truetype.AdobeGlyphList
Class provides methods to work with Adobe Glyph List.
- Author:
- Sergey Shemyakov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class represents entity into which Adobe Glyph List maps glyph names, i. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if Adobe Glyph List contains given glyph.static AdobeGlyphList.AGLUnicodeempty()static AdobeGlyphList.AGLUnicodeReturns AGLUnicode for glyph with specified name according to Adobe Glyph List.
-
Constructor Details
-
AdobeGlyphList
public AdobeGlyphList()
-
-
Method Details
-
get
Returns AGLUnicode for glyph with specified name according to Adobe Glyph List.- Parameters:
glyphName- is name of required glyph.- Returns:
- code for requested glyph.
-
contains
Checks if Adobe Glyph List contains given glyph.- Parameters:
glyphName- is name of glyph to check.- Returns:
- true if this glyph is contained in Adobe Glyph List.
-
empty
-