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
Methods 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)
-
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 protected byte[]
OTFSubSetFile. writeCIDCount(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, org.apache.fop.fonts.truetype.OTFSubSetFile.Offsets offsets)
-