com.lowagie.text.pdf
Class CFFFont.UInt8Item
- CFFFont
protected static final class CFFFont.UInt8Item
A Card8 item.
void | emit(byte[] buffer) - Emit the byte stream for this item.
|
void | increment(int[] currentOffset) - remember the current offset and increment by item's size in bytes.
|
UInt8Item
public UInt8Item(char value)
emit
public void emit(byte[] buffer)
Emit the byte stream for this item.
- emit in interface CFFFont.Item
increment
public void increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes.
- increment in interface CFFFont.Item