- java.lang.Object
-
- com.itextpdf.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
protected abstract static class CFFFont.Item extends java.lang.ObjectList items for the linked list that builds the new CID font.
-
-
Field Summary
Fields Modifier and Type Field Description protected intmyOffset
-
Constructor Summary
Constructors Modifier Constructor Description protectedItem()
-
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.voidxref()Fix up cross references to this item (applies only to markers).
-