Package org.docx4j.fonts.fop.fonts
Class BFEntry
java.lang.Object
org.docx4j.fonts.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).
-
Constructor Summary
Constructors Constructor Description BFEntry(int unicodeStart, int unicodeEnd, int glyphStartIndex)Main constructor. -
Method Summary
Modifier and Type Method Description intgetGlyphStartIndex()Returns the glyphStartIndex.intgetUnicodeEnd()Returns the unicodeEnd.intgetUnicodeStart()Returns the unicodeStart.
-
Constructor Details
-
BFEntry
public BFEntry(int unicodeStart, int unicodeEnd, int glyphStartIndex)Main constructor.- Parameters:
unicodeStart- Unicode start indexunicodeEnd- Unicode end indexglyphStartIndex- glyph start index
-
-
Method Details
-
getUnicodeStart
public int getUnicodeStart()Returns the unicodeStart.- Returns:
- the Unicode start index
-
getUnicodeEnd
public int getUnicodeEnd()Returns the unicodeEnd.- Returns:
- the Unicode end index
-
getGlyphStartIndex
public int getGlyphStartIndex()Returns the glyphStartIndex.- Returns:
- the glyph start index
-