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.Key |
CFFOperator.operatorKey |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<CFFOperator.Key,CFFOperator> |
CFFOperator.keyMap |
Modifier and Type | Method and Description |
---|---|
CFFOperator.Key |
CFFOperator.getKey()
The key of the operator.
|
private static CFFOperator.Key |
CFFParser.readOperatorKey(CFFDataInput input,
int b0) |
Modifier and Type | Method and Description |
---|---|
static CFFOperator |
CFFOperator.getOperator(CFFOperator.Key key)
Returns the operator corresponding to the given key.
|
private static void |
CFFOperator.register(CFFOperator.Key key,
java.lang.String name) |
private void |
CFFOperator.setKey(CFFOperator.Key key) |
Constructor and Description |
---|
CFFOperator(CFFOperator.Key key,
java.lang.String name) |