public class TTFCmapEntry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getGlyphStartIndex()
Returns the glyphStartIndex.
|
int |
getUnicodeEnd()
Returns the unicodeEnd.
|
int |
getUnicodeStart()
Returns the unicodeStart.
|
void |
setGlyphStartIndex(int glyphStartIndex)
Sets the glyphStartIndex.
|
void |
setUnicodeEnd(int unicodeEnd)
Sets the unicodeEnd.
|
void |
setUnicodeStart(int unicodeStart)
Sets the unicodeStart.
|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int getGlyphStartIndex()
public int getUnicodeEnd()
public int getUnicodeStart()
public void setGlyphStartIndex(int glyphStartIndex)
glyphStartIndex - The glyphStartIndex to setpublic void setUnicodeEnd(int unicodeEnd)
unicodeEnd - The unicodeEnd to setpublic void setUnicodeStart(int unicodeStart)
unicodeStart - The unicodeStart to setCopyright © 2007–2023. All rights reserved.