java.lang.Object
org.openpdf.text.pdf.CFFFont.Item
org.openpdf.text.pdf.CFFFont.DictNumberItem
- Enclosing class:
CFFFont
A dictionary number on the list. This implementation is inefficient: it doesn't use the variable-length
representation.
-
Field Summary
FieldsFields inherited from class org.openpdf.text.pdf.CFFFont.Item
myOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openpdf.text.pdf.CFFFont.Item
xref
-
Field Details
-
value
public final int value -
size
public int size
-
-
Constructor Details
-
DictNumberItem
public DictNumberItem(int value)
-
-
Method Details
-
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- Parameters:
currentOffset- current offset
-
emit
public void emit(byte[] buffer) Description copied from class:CFFFont.ItemEmit the byte stream for this item.- Overrides:
emitin classCFFFont.Item- Parameters:
buffer- byte array
-