Uses of Class
org.apache.fontbox.cff.CharStringCommand.Key
-
Packages that use CharStringCommand.Key Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CharStringCommand.Key in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as CharStringCommand.Key Modifier and Type Field Description private CharStringCommand.Key
CharStringCommand. commandKey
Fields in org.apache.fontbox.cff with type parameters of type CharStringCommand.Key Modifier and Type Field Description static java.util.Map<CharStringCommand.Key,java.lang.String>
CharStringCommand. TYPE1_VOCABULARY
A map with the Type1 vocabulary.static java.util.Map<CharStringCommand.Key,java.lang.String>
CharStringCommand. TYPE2_VOCABULARY
A map with the Type2 vocabulary.Methods in org.apache.fontbox.cff that return CharStringCommand.Key Modifier and Type Method Description CharStringCommand.Key
CharStringCommand. getKey()
The key of the CharStringCommand.Methods in org.apache.fontbox.cff with parameters of type CharStringCommand.Key Modifier and Type Method Description private void
CharStringCommand. setKey(CharStringCommand.Key key)
-