protected static final class CFFFont.RangeItem extends CFFFont.Item
myOffset| Constructor and Description |
|---|
RangeItem(RandomAccessFileOrArray buf,
int offset,
int length)
Creates a new range item represented by offset and length
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
xrefpublic RangeItem(RandomAccessFileOrArray buf, int offset, int length)
buf - buffer containing font dataoffset - an offset relative to start of the CFF datalength - length of the datapublic void increment(int[] currentOffset)
CFFFont.Itemincrement in class CFFFont.ItemcurrentOffset - increment offset by item's sizepublic void emit(byte[] buffer)
CFFFont.Itememit in class CFFFont.Itembuffer - byte arrayCopyright © 1998–2025 Apryse Group NV. All rights reserved.