com.lowagie.text.pdf
Class CFFFont.MarkerItem
java.lang.Object
com.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.MarkerItem
- Enclosing class:
- CFFFont
- private static final class CFFFont.MarkerItem
- extends CFFFont.Item
An offset-marker item for the list.
It is used to mark an offset and to set the offset list item.
Method Summary |
void |
emit(byte[] buffer)
Emit the byte stream for this item. |
void |
increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes. |
void |
xref()
Fix up cross references to this item (applies only to markers). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
p
CFFFont.OffsetItem p
myOffset
protected int myOffset
CFFFont.MarkerItem
public CFFFont.MarkerItem(CFFFont.OffsetItem pointerToMarker)
xref
public void xref()
- Description copied from class:
CFFFont.Item
- Fix up cross references to this item (applies only to markers).
- Overrides:
xref
in class CFFFont.Item
increment
public void increment(int[] currentOffset)
- remember the current offset and increment by item's size in bytes.
emit
public void emit(byte[] buffer)
- Emit the byte stream for this item.