private static class CmapSubtable.SubHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
entryCount |
private int |
firstCode |
private short |
idDelta
used to compute the GlyphIndex : P = glyphIndexArray.SubArray[pos] GlyphIndex = P + idDelta % 65536.
|
private int |
idRangeOffset
Number of bytes to skip to reach the firstCode in the glyphIndexArray.
|
Modifier | Constructor and Description |
---|---|
private |
SubHeader(int firstCodeValue,
int entryCountValue,
short idDeltaValue,
int idRangeOffsetValue) |
Modifier and Type | Method and Description |
---|---|
private int |
getEntryCount() |
private int |
getFirstCode() |
private short |
getIdDelta() |
private int |
getIdRangeOffset() |
private final int firstCode
private final int entryCount
private final short idDelta
private final int idRangeOffset