Uses of Class
org.apache.fop.fonts.cff.CFFDataReader.CFFIndexData
-
Packages that use CFFDataReader.CFFIndexData Package Description org.apache.fop.fonts.cff org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
Uses of CFFDataReader.CFFIndexData in org.apache.fop.fonts.cff
Methods in org.apache.fop.fonts.cff that return CFFDataReader.CFFIndexData Modifier and Type Method Description CFFDataReader.CFFIndexData
CFFDataReader. getCharStringIndex()
CFFDataReader.CFFIndexData
CFFDataReader. getGlobalIndexSubr()
CFFDataReader.CFFIndexData
CFFDataReader. getLocalIndexSubr()
CFFDataReader.CFFIndexData
CFFDataReader.FontDict. getLocalSubrData()
CFFDataReader.CFFIndexData
CFFDataReader. getNameIndex()
CFFDataReader.CFFIndexData
CFFDataReader. getStringIndex()
CFFDataReader.CFFIndexData
CFFDataReader. getTopDictIndex()
CFFDataReader.CFFIndexData
CFFDataReader. readCharStringIndex()
Parses the char string index from the CFF byte dataCFFDataReader.CFFIndexData
CFFDataReader. readIndex(int offset)
Reads a CFF index object are the specified offset positionCFFDataReader.CFFIndexData
CFFDataReader. readIndex(org.apache.fontbox.cff.CFFDataInput input)
Reads an index from the current position of the CFFDataInput objectMethods in org.apache.fop.fonts.cff with parameters of type CFFDataReader.CFFIndexData Modifier and Type Method Description void
CFFDataReader.FontDict. setLocalSubrData(CFFDataReader.CFFIndexData localSubrData)
-
Uses of CFFDataReader.CFFIndexData in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as CFFDataReader.CFFIndexData Modifier and Type Field Description protected CFFDataReader.CFFIndexData
OTFSubSetFile. globalIndexSubr
protected CFFDataReader.CFFIndexData
OTFSubSetFile. localIndexSubr
-