com.lowagie.text.pdf
Class CFFFont.UInt32Item
- CFFFont
protected static final class CFFFont.UInt32Item
Card32 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.
|
UInt32Item
public UInt32Item(int 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