com.lowagie.text.pdf
Class CFFFont.RangeItem
- CFFFont
protected static final class CFFFont.RangeItem
A range 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.
|
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