Uses of Class
org.apache.fontbox.cff.IndexData
Packages that use IndexData
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
-
Uses of IndexData in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff that return IndexDataModifier and TypeMethodDescriptionCFFFont.getGlobalSubrIndex()
Returns the global subroutine index data.CFFFont.getLocalSubrIndex()
Returns the local subroutine index data.Methods in org.apache.fontbox.cff with parameters of type IndexDataModifier and TypeMethodDescriptionThe given byte array will be parsed and converted to a Type1 sequence.The given byte array will be parsed and converted to a Type2 sequence.void
CFFFont.setGlobalSubrIndex
(IndexData globalSubrIndex) Sets the global subroutine index data.void
CFFFont.setLocalSubrIndex
(IndexData localSubrIndex) Sets the local subroutine index data.Constructors in org.apache.fontbox.cff with parameters of type IndexDataModifierConstructorDescriptionCharStringConverter
(int defaultWidth, int nominalWidth, IndexData fontGlobalSubrIndex, IndexData fontLocalSubrIndex) Deprecated.
CharStringConverter(int, int)
instead