org.apache.fop.fonts
Class BFEntry
java.lang.Object
org.apache.fop.fonts.BFEntry
public class BFEntry
extends java.lang.Object
This is just a holder class for bfentries, groups of characters of a base font (bf).
BFEntry(int unicodeStart, int unicodeEnd, int glyphStartIndex) - Main constructor.
|
BFEntry
public BFEntry(int unicodeStart,
int unicodeEnd,
int glyphStartIndex)
Main constructor.
unicodeStart
- Unicode start indexunicodeEnd
- Unicode end indexglyphStartIndex
- glyph start index
getGlyphStartIndex
public int getGlyphStartIndex()
Returns the glyphStartIndex.
getUnicodeEnd
public int getUnicodeEnd()
Returns the unicodeEnd.
getUnicodeStart
public int getUnicodeStart()
Returns the unicodeStart.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.