Class CFFFont.Item
java.lang.Object
org.openpdf.text.pdf.CFFFont.Item
- Direct Known Subclasses:
CFFFont.DictNumberItem, CFFFont.IndexBaseItem, CFFFont.IndexMarkerItem, CFFFont.MarkerItem, CFFFont.OffsetItem, CFFFont.RangeItem, CFFFont.StringItem, CFFFont.SubrMarkerItem, CFFFont.UInt16Item, CFFFont.UInt24Item, CFFFont.UInt32Item, CFFFont.UInt8Item
- Enclosing class:
CFFFont
List items for the linked list that builds the new CID font.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myOffset
protected int myOffset
-
-
Constructor Details
-
Item
protected Item()
-
-
Method Details
-
increment
public void increment(int[] currentOffset) remember the current offset and increment by item's size in bytes.- Parameters:
currentOffset- current offset
-
emit
public void emit(byte[] buffer) Emit the byte stream for this item.- Parameters:
buffer- byte array
-
xref
public void xref()Fix up cross references to this item (applies only to markers).
-