Uses of Class
org.apache.fontbox.cff.CFFOperator.Key
Packages that use CFFOperator.Key
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
-
Uses of CFFOperator.Key in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as CFFOperator.KeyFields in org.apache.fontbox.cff with type parameters of type CFFOperator.KeyModifier and TypeFieldDescriptionprivate static Map<CFFOperator.Key,
CFFOperator> CFFOperator.keyMap
Methods in org.apache.fontbox.cff that return CFFOperator.KeyModifier and TypeMethodDescriptionCFFOperator.getKey()
The key of the operator.private static CFFOperator.Key
CFFParser.readOperatorKey
(CFFDataInput input, int b0) Methods in org.apache.fontbox.cff with parameters of type CFFOperator.KeyModifier and TypeMethodDescriptionstatic CFFOperator
CFFOperator.getOperator
(CFFOperator.Key key) Returns the operator corresponding to the given key.private static void
CFFOperator.register
(CFFOperator.Key key, String name) private void
CFFOperator.setKey
(CFFOperator.Key key) Constructors in org.apache.fontbox.cff with parameters of type CFFOperator.Key