Package com.lowagie.text.pdf
Class CFFFont.UInt8Item
java.lang.Object
com.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.UInt8Item
- Enclosing class:
- CFFFont
A Card8 item.
-
Field Summary
FieldsFields inherited from class com.lowagie.text.pdf.CFFFont.Item
myOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lowagie.text.pdf.CFFFont.Item
xref
-
Field Details
-
value
public 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
-
emit
public void emit(byte[] buffer) Description copied from class:CFFFont.ItemEmit the byte stream for this item.- Overrides:
emitin classCFFFont.Item
-