public class AdobeGlyphList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdobeGlyphList.AGLUnicode
This class represents entity into which Adobe Glyph List maps glyph names,
i.
|
| Constructor and Description |
|---|
AdobeGlyphList() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String glyphName)
Checks if Adobe Glyph List contains given glyph.
|
static AdobeGlyphList.AGLUnicode |
empty() |
static AdobeGlyphList.AGLUnicode |
get(String glyphName)
Returns AGLUnicode for glyph with specified name according to Adobe Glyph
List.
|
public static AdobeGlyphList.AGLUnicode get(String glyphName)
glyphName - is name of required glyph.public static boolean contains(String glyphName)
glyphName - is name of glyph to check.public static AdobeGlyphList.AGLUnicode empty()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.