protected static final class CFFFont.RangeItem extends CFFFont.Item
Modifier and Type | Field | Description |
---|---|---|
int |
length |
|
int |
offset |
myOffset
Constructor | Description |
---|---|
RangeItem(RandomAccessFileOrArray buf,
int offset,
int length) |
Modifier and Type | Method | 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.
|
xref
public RangeItem(RandomAccessFileOrArray buf, int offset, int length)
public void increment(int[] currentOffset)
CFFFont.Item
increment
in class CFFFont.Item
public void emit(byte[] buffer)
CFFFont.Item
emit
in class CFFFont.Item
Copyright © 1998–2018. All rights reserved.