Uses of Class
org.apache.fop.fonts.cff.CFFDataReader.DICTEntry
Packages that use CFFDataReader.DICTEntry
Package
Description
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.DICTEntryModifier and TypeFieldDescriptionprivate LinkedHashMap
<String, CFFDataReader.DICTEntry> CFFDataReader.topDict
Commonly used parsed dictionariesMethods in org.apache.fop.fonts.cff that return types with arguments of type CFFDataReader.DICTEntryModifier and TypeMethodDescriptionCFFDataReader.getPrivateDict
(CFFDataReader.DICTEntry privateEntry) CFFDataReader.getTopDictEntries()
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.DICTEntryModifier and TypeMethodDescriptionCFFDataReader.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.DICTEntryModifier and TypeMethodDescriptionprivate 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.DICTEntryModifier and TypeMethodDescriptionprotected void
OTFSubSetFile.updateFixedOffsets
(Map<String, CFFDataReader.DICTEntry> topDICT, OTFSubSetFile.Offsets offsets)