public class GlyphNameMap extends Object
For a specification see http://www.adobe.com/devnet/opentype/archives/glyph.html
| Modifier and Type | Field and Description |
|---|---|
static String |
GLYPH_NOTDEF |
static GlyphNameMap |
Standard |
| Modifier and Type | Method and Description |
|---|---|
String |
getGlyphName(int unicode)
Get the adobe glyph name for a unicode code point or ".notdef" if not
available.
|
int |
getUnicode(String glyphName)
Get the unicode code point for an Adobe glyph name.
|
public static final GlyphNameMap Standard
public static final String GLYPH_NOTDEF
public String getGlyphName(int unicode)
unicode - The unicode code point to look up.public int getUnicode(String glyphName)
If the glyph name is unknown, -1 is returned.
glyphName - An adobe glyph name.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.