public final class CMapSegment extends Object
getUnicodeStart()
and getUnicodeEnd()
map to contiguous glyph indices
starting from getGlyphStartIndex()
.Constructor and Description |
---|
CMapSegment(int unicodeStart,
int unicodeEnd,
int glyphStartIndex)
Creates a new segment.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getGlyphStartIndex()
Returns the glyphStartIndex.
|
int |
getUnicodeEnd()
Returns the unicodeEnd.
|
int |
getUnicodeStart()
Returns the unicodeStart.
|
int |
hashCode() |
String |
toString() |
public CMapSegment(int unicodeStart, int unicodeEnd, int glyphStartIndex)
unicodeStart
- Unicode start indexunicodeEnd
- Unicode end indexglyphStartIndex
- glyph start indexpublic int getUnicodeStart()
public int getUnicodeEnd()
public int getGlyphStartIndex()
Copyright © 2022 Apache Software Foundation. All rights reserved.