org.apache.fop.fonts
public class BFEntry extends java.lang.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 1999-2008 The Apache Software Foundation. All Rights Reserved.