Uses of Class
org.apache.fontbox.cff.CFFOperator
-
Packages that use CFFOperator Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFOperator in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as CFFOperator Modifier and Type Field Description private CFFOperatorCFFParser.DictData.Entry. operatorFields in org.apache.fontbox.cff with type parameters of type CFFOperator Modifier and Type Field Description private static java.util.Map<CFFOperator.Key,CFFOperator>CFFOperator. keyMapprivate static java.util.Map<java.lang.String,CFFOperator>CFFOperator. nameMapMethods in org.apache.fontbox.cff that return CFFOperator Modifier and Type Method Description static CFFOperatorCFFOperator. getOperator(java.lang.String name)Returns the operator corresponding to the given name.static CFFOperatorCFFOperator. getOperator(CFFOperator.Key key)Returns the operator corresponding to the given key.private static CFFOperatorCFFParser. readOperator(CFFDataInput input, int b0)
-