Package org.verapdf.pd.font.truetype
Class AdobeGlyphList
- java.lang.Object
-
- org.verapdf.pd.font.truetype.AdobeGlyphList
-
public class AdobeGlyphList extends Object
Class provides methods to work with Adobe Glyph List.- Author:
- Sergey Shemyakov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdobeGlyphList.AGLUnicodeThis class represents entity into which Adobe Glyph List maps glyph names, i.
-
Constructor Summary
Constructors Constructor Description AdobeGlyphList()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontains(String glyphName)Checks if Adobe Glyph List contains given glyph.static AdobeGlyphList.AGLUnicodeempty()static AdobeGlyphList.AGLUnicodeget(String glyphName)Returns AGLUnicode for glyph with specified name according to Adobe Glyph List.
-
-
-
Method Detail
-
get
public static AdobeGlyphList.AGLUnicode get(String glyphName)
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
public static boolean contains(String glyphName)
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
public static AdobeGlyphList.AGLUnicode empty()
-
-