- java.lang.Object
-
- com.itextpdf.text.pdf.CFFFont.Item
-
- com.itextpdf.text.pdf.CFFFont.OffsetItem
-
- com.itextpdf.text.pdf.CFFFont.DictOffsetItem
-
- Enclosing class:
- CFFFont
protected static final class CFFFont.DictOffsetItem extends CFFFont.OffsetItem
an unknown offset in a dictionary for the list. We will fix up the offset later; for now, assume it's large.
-
-
Field Summary
Fields Modifier and Type Field Description intsize-
Fields inherited from class com.itextpdf.text.pdf.CFFFont.OffsetItem
value
-
Fields inherited from class com.itextpdf.text.pdf.CFFFont.Item
myOffset
-
-
Constructor Summary
Constructors Constructor Description DictOffsetItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidemit(byte[] buffer)Emit the byte stream for this item.voidincrement(int[] currentOffset)remember the current offset and increment by item's size in bytes.-
Methods inherited from class com.itextpdf.text.pdf.CFFFont.OffsetItem
set
-
Methods inherited from class com.itextpdf.text.pdf.CFFFont.Item
xref
-
-
-
-
Method Detail
-
increment
public void increment(int[] currentOffset)
Description copied from class:CFFFont.Itemremember the current offset and increment by item's size in bytes.- Overrides:
incrementin classCFFFont.Item
-
emit
public void emit(byte[] buffer)
Description copied from class:CFFFont.ItemEmit the byte stream for this item.- Overrides:
emitin classCFFFont.Item
-
-