public class CFFTable extends TTFTable
Modifier and Type | Class and Description |
---|---|
private static class |
CFFTable.CFFBytesource
Allows bytes to be re-read later by CFFParser.
|
Modifier and Type | Field and Description |
---|---|
private CFFFont |
cffFont |
static java.lang.String |
TAG
A tag that identifies this table type.
|
font, initialized
Constructor and Description |
---|
CFFTable(TrueTypeFont font) |
Modifier and Type | Method and Description |
---|---|
CFFFont |
getFont()
Returns the CFF font, which is a compact representation of a PostScript Type 1, or CIDFont
|
(package private) void |
read(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
getCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag
public static final java.lang.String TAG
private CFFFont cffFont
CFFTable(TrueTypeFont font)
void read(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
public CFFFont getFont()