Uses of Class
org.apache.fop.fonts.cff.CFFDataReader.DICTEntry
-
Packages that use CFFDataReader.DICTEntry Package Description org.apache.fop.fonts.cff org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
Uses of CFFDataReader.DICTEntry in org.apache.fop.fonts.cff
Fields in org.apache.fop.fonts.cff with type parameters of type CFFDataReader.DICTEntry Modifier and Type Field Description private java.util.LinkedHashMap<java.lang.String,CFFDataReader.DICTEntry>
CFFDataReader. topDict
Commonly used parsed dictionariesMethods in org.apache.fop.fonts.cff that return types with arguments of type CFFDataReader.DICTEntry Modifier and Type Method Description java.util.Map<java.lang.String,CFFDataReader.DICTEntry>
CFFDataReader. getPrivateDict(CFFDataReader.DICTEntry privateEntry)
java.util.LinkedHashMap<java.lang.String,CFFDataReader.DICTEntry>
CFFDataReader. getTopDictEntries()
java.util.LinkedHashMap<java.lang.String,CFFDataReader.DICTEntry>
CFFDataReader. parseDictData(byte[] dictData)
Parses the dictionary data and returns a map of objects for each entryMethods in org.apache.fop.fonts.cff with parameters of type CFFDataReader.DICTEntry Modifier and Type Method Description java.util.Map<java.lang.String,CFFDataReader.DICTEntry>
CFFDataReader. getPrivateDict(CFFDataReader.DICTEntry privateEntry)
byte[]
CFFDataReader. getPrivateDictBytes(CFFDataReader.DICTEntry privateEntry)
private CFFDataReader.FontDict
CFFDataReader. setFDData(CFFDataReader.DICTEntry privateFDEntry, CFFDataReader.FontDict newFontDict)
-
Uses of CFFDataReader.DICTEntry in org.apache.fop.fonts.truetype
Methods in org.apache.fop.fonts.truetype with parameters of type CFFDataReader.DICTEntry Modifier and Type Method Description private byte[]
OTFSubSetFile. resizeToFitOpLen(byte[] fdPrivateDictByteData, CFFDataReader.DICTEntry subrs)
protected byte[]
OTFSubSetFile. writeCIDCount(CFFDataReader.DICTEntry dictEntry)
private byte[]
OTFSubSetFile. writeROSEntry(CFFDataReader.DICTEntry dictEntry)
private byte[]
OTFSubSetFile. writeTopDictStringEntry(CFFDataReader.DICTEntry dictEntry)
Method parameters in org.apache.fop.fonts.truetype with type arguments of type CFFDataReader.DICTEntry Modifier and Type Method Description protected void
OTFSubSetFile. updateFixedOffsets(java.util.Map<java.lang.String,CFFDataReader.DICTEntry> topDICT, OTFSubSetFile.Offsets offsets)
-