public interface GlyphList
PsEncoding can be built.| Modifier and Type | Interface and Description |
|---|---|
static class |
GlyphList.Predefined
Enumeration of the predefined glphy lists.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
mapCodePointToGlyphName(int codePoint)
Finds the glyph name for a given Unicode code point.
|
char |
mapGlyphNameToCodePoint(java.lang.String glyphName)
Finds the Unicode code point which corresponds to a given glyph name.
|
char mapGlyphNameToCodePoint(java.lang.String glyphName)
glyphName - The glyph name for which a code point is sought.glyphName, or 0xFFFF if there is none.java.lang.String mapCodePointToGlyphName(int codePoint)
codePoint - The Unicode code point for which a glyph name is sought.codePoint, or null if there is none.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.