public class BFEntry extends Object
| Constructor and Description |
|---|
BFEntry(int unicodeStart,
int unicodeEnd,
int glyphStartIndex)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getGlyphStartIndex()
Returns the glyphStartIndex.
|
int |
getUnicodeEnd()
Returns the unicodeEnd.
|
int |
getUnicodeStart()
Returns the unicodeStart.
|
public BFEntry(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 © 2007-2020. All Rights Reserved.