Uses of Class
org.apache.fop.fonts.cff.CFFDataReader.FontDict
-
Packages that use CFFDataReader.FontDict Package Description org.apache.fop.fonts.cff -
-
Uses of CFFDataReader.FontDict in org.apache.fop.fonts.cff
Fields in org.apache.fop.fonts.cff with type parameters of type CFFDataReader.FontDict Modifier and Type Field Description private java.util.List<CFFDataReader.FontDict>
CFFDataReader. fdFonts
Methods in org.apache.fop.fonts.cff that return CFFDataReader.FontDict Modifier and Type Method Description private CFFDataReader.FontDict
CFFDataReader. setFDData(CFFDataReader.DICTEntry privateFDEntry, CFFDataReader.FontDict newFontDict)
Methods in org.apache.fop.fonts.cff that return types with arguments of type CFFDataReader.FontDict Modifier and Type Method Description java.util.List<CFFDataReader.FontDict>
CFFDataReader. getFDFonts()
private java.util.List<CFFDataReader.FontDict>
CFFDataReader. parseCIDData()
Methods in org.apache.fop.fonts.cff with parameters of type CFFDataReader.FontDict Modifier and Type Method Description private CFFDataReader.FontDict
CFFDataReader. setFDData(CFFDataReader.DICTEntry privateFDEntry, CFFDataReader.FontDict newFontDict)
-