INVALID_UNICODE_CHAR
Modifier and Type | Method and Description |
---|---|
void |
addEntry(char unicodeStart,
char unicodeEnd,
char glyphStartIndex)
Add a new entry to this map for contiguous values.
|
void |
addEntry(char unicodeStart,
char unicodeEnd,
char[] glyphIndexes)
Add a new entry to this map for non-contiguous values.
|
asPostScript, canEncode, decodeCharacter, encodeCharacter, getFirstIndex, getLastIndex, getName, isPredefinedPdf, isPredefinedPs
void addEntry(char unicodeStart, char unicodeEnd, char glyphStartIndex)
unicodeStart
- The starting Unicode code point for this map.unicodeEnd
- The ending Unicode code point for this map.glyphStartIndex
- The starting glyph index for this map.
This index is the encoded value for unicodeStart
.void addEntry(char unicodeStart, char unicodeEnd, char[] glyphIndexes)
unicodeStart
- The starting Unicode code point for this map.unicodeEnd
- The ending Unicode code point for this map.glyphIndexes
- The array of glyph indexes corresponding to the range unicodeStart
through
unicodeEnd
.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.