Class CFFFont.UInt8Item
java.lang.Object
com.itextpdf.io.font.CFFFont.Item
com.itextpdf.io.font.CFFFont.UInt8Item
- Enclosing class:
CFFFont
A Card8 item.
-
Field Summary
FieldsFields inherited from class CFFFont.Item
myOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CFFFont.Item
xref
-
Field Details
-
value
private final char value
-
-
Constructor Details
-
UInt8Item
public UInt8Item(char 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- increment offset by item's size
-
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
-