| Package | Description |
|---|---|
| org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
| Modifier and Type | Method and Description |
|---|---|
CharStringCommand.Type2KeyWord |
CharStringCommand.getType2KeyWord() |
static CharStringCommand.Type2KeyWord |
CharStringCommand.Type2KeyWord.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharStringCommand.Type2KeyWord |
CharStringCommand.Type2KeyWord.valueOfKey(CharStringCommand.Key key) |
static CharStringCommand.Type2KeyWord |
CharStringCommand.Type2KeyWord.valueOfKey(int b0) |
static CharStringCommand.Type2KeyWord |
CharStringCommand.Type2KeyWord.valueOfKey(int b0,
int b1) |
static CharStringCommand.Type2KeyWord[] |
CharStringCommand.Type2KeyWord.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.