public final class CharStrings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Index.Cursor |
| Modifier and Type | Field and Description |
|---|---|
com.adobe.fontengine.font.cff.CFFByteArray |
data
The container for our bytes.
|
int |
offset
The offset of our bytes in
data. |
| Modifier and Type | Method and Description |
|---|---|
static Index.Cursor |
elementEntered(com.adobe.fontengine.font.cff.CFFByteArray.CFFByteArrayBuilder bb,
Index.Cursor cursor) |
int |
getCount()
The number of entries in the INDEX.
|
int |
offsetFollowing(int entry)
The offset, in data, of the first byte following
entry. |
int |
offsetOf(int entry)
The offset, in data, of
entry. |
int |
size()
The size, in bytes, of this INDEX in the data.
|
int |
sizeOf(int entry)
The size, in bytes, of
entry. |
static Index.Cursor |
startIndex(com.adobe.fontengine.font.cff.CFFByteArray.CFFByteArrayBuilder bb,
int n) |
void |
stream(com.adobe.fontengine.font.cff.CFFByteArray.CFFByteArrayBuilder bb) |
public final com.adobe.fontengine.font.cff.CFFByteArray data
public final int offset
data.public int size()
public int getCount()
public int offsetOf(int entry)
entry.public int offsetFollowing(int entry)
entry.public int sizeOf(int entry)
entry.public void stream(com.adobe.fontengine.font.cff.CFFByteArray.CFFByteArrayBuilder bb)
throws InvalidFontException
InvalidFontExceptionpublic static Index.Cursor startIndex(com.adobe.fontengine.font.cff.CFFByteArray.CFFByteArrayBuilder bb, int n)
public static Index.Cursor elementEntered(com.adobe.fontengine.font.cff.CFFByteArray.CFFByteArrayBuilder bb, Index.Cursor cursor)
Copyright © 2010 - 2020 Adobe. All Rights Reserved