- java.lang.Object
-
- com.itextpdf.text.pdf.CFFFont.Item
-
- com.itextpdf.text.pdf.CFFFont.UInt8Item
-
- Enclosing class:
- CFFFont
protected static final class CFFFont.UInt8Item extends CFFFont.Item
A Card8 item.
-
-
Field Summary
Fields Modifier and Type Field Description charvalue-
Fields inherited from class com.itextpdf.text.pdf.CFFFont.Item
myOffset
-
-
Constructor Summary
Constructors Constructor Description UInt8Item(char value)
-
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.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
-
-