Package | Description |
---|---|
org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
Modifier and Type | Field and Description |
---|---|
private CFFOperator |
CFFParser.DictData.Entry.operator |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<CFFOperator.Key,CFFOperator> |
CFFOperator.keyMap |
private static java.util.Map<java.lang.String,CFFOperator> |
CFFOperator.nameMap |
Modifier and Type | Method and Description |
---|---|
static CFFOperator |
CFFOperator.getOperator(CFFOperator.Key key)
Returns the operator corresponding to the given key.
|
static CFFOperator |
CFFOperator.getOperator(java.lang.String name)
Returns the operator corresponding to the given name.
|
private static CFFOperator |
CFFParser.readOperator(CFFDataInput input,
int b0) |