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.KeyCharStringCommand. commandKeyFields 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_VOCABULARYA map with the Type1 vocabulary.static java.util.Map<CharStringCommand.Key,java.lang.String>CharStringCommand. TYPE2_VOCABULARYA map with the Type2 vocabulary.Methods in org.apache.fontbox.cff that return CharStringCommand.Key Modifier and Type Method Description CharStringCommand.KeyCharStringCommand. getKey()The key of the CharStringCommand.Methods in org.apache.fontbox.cff with parameters of type CharStringCommand.Key Modifier and Type Method Description private voidCharStringCommand. setKey(CharStringCommand.Key key)
-