Uses of Class
org.verapdf.pd.font.cff.CFFIndex
Packages that use CFFIndex
-
Uses of CFFIndex in org.verapdf.pd.font.cff
Fields in org.verapdf.pd.font.cff declared as CFFIndexModifier and TypeFieldDescriptionprotected CFFIndexCFFFontBaseParser.charStringsprotected CFFIndexCFFFontBaseParser.charStringsprotected CFFIndexCFFFileBaseParser.definedNamesprotected CFFIndexCFFFileBaseParser.definedNamesprotected CFFIndexCFFFileBaseParser.definedNamesprotected CFFIndexCFFFontBaseParser.globalSubrsprotected CFFIndexCFFFontBaseParser.globalSubrsMethods in org.verapdf.pd.font.cff that return CFFIndexConstructors in org.verapdf.pd.font.cff with parameters of type CFFIndexModifierConstructorDescriptionCharStringsWidths(boolean isSubset, int charStringType, org.verapdf.pd.font.cff.CFFCharStringsHandler charStrings, float[][] fontMatrices, CFFIndex[] localSubrIndex, CFFIndex globalSubrs, int[] bias, int[] defaultWidths, int[] nominalWidths, int[] fdSelect) Initializes handler with given values.CharStringsWidths(boolean isSubset, int charStringType, org.verapdf.pd.font.cff.CFFCharStringsHandler charStrings, float[] fontMatrix, CFFIndex localSubrIndex, CFFIndex globalSubrs, int bias, int defaultWidth, int nominalWidth) Initializes handler with given values. -
Uses of CFFIndex in org.verapdf.pd.font.type1
Fields in org.verapdf.pd.font.type1 declared as CFFIndexModifier and TypeFieldDescriptionprotected CFFIndexBaseCharStringParser.globalSubrsprotected CFFIndexBaseCharStringParser.localSubrsConstructors in org.verapdf.pd.font.type1 with parameters of type CFFIndexModifierConstructorDescriptionprotectedBaseCharStringParser(ASInputStream stream, CFFIndex localSubrs, int bias, CFFIndex globalSubrs, int gBias) Constructor that calls method parse(), so width is extracted right after object is created.protectedBaseCharStringParser(ASInputStream stream, CFFIndex localSubrs, int bias, CFFIndex globalSubrs, int gBias, Map<Integer, CFFNumber> subrWidths)