Uses of Class
org.apache.fop.fonts.truetype.OFDirTabEntry
-
Packages that use OFDirTabEntry Package Description org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.render.pcl.fonts.truetype -
-
Uses of OFDirTabEntry in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype with type parameters of type OFDirTabEntry Modifier and Type Field Description protected java.util.Map<OFTableName,OFDirTabEntry>
OpenFont. dirTabs
Table directoryprotected java.util.Map<OFTableName,OFDirTabEntry>
TTFSubSetFile. newDirTabs
The dir tab entries in the new subset font.Methods in org.apache.fop.fonts.truetype that return OFDirTabEntry Modifier and Type Method Description OFDirTabEntry
OpenFont. getDirectoryEntry(OFTableName name)
Obtain directory table entry.Methods in org.apache.fop.fonts.truetype that return types with arguments of type OFDirTabEntry Modifier and Type Method Description (package private) java.util.SortedSet<java.util.Map.Entry<OFTableName,OFDirTabEntry>>
OpenFont. sortDirTabMap(java.util.Map<OFTableName,OFDirTabEntry> directoryTabs)
Returns the order in which the tables in a TrueType font should be written to file.Method parameters in org.apache.fop.fonts.truetype with type arguments of type OFDirTabEntry Modifier and Type Method Description (package private) java.util.SortedSet<java.util.Map.Entry<OFTableName,OFDirTabEntry>>
OpenFont. sortDirTabMap(java.util.Map<OFTableName,OFDirTabEntry> directoryTabs)
Returns the order in which the tables in a TrueType font should be written to file.Constructors in org.apache.fop.fonts.truetype with parameters of type OFDirTabEntry Constructor Description GlyfTable(FontFileReader in, OFMtxEntry[] metrics, OFDirTabEntry dirTableEntry, java.util.Map<java.lang.Integer,java.lang.Integer> glyphs)
-
Uses of OFDirTabEntry in org.apache.fop.render.pcl.fonts.truetype
Fields in org.apache.fop.render.pcl.fonts.truetype declared as OFDirTabEntry Modifier and Type Field Description private OFDirTabEntry
PCLTTFCharacterWriter. tabEntry
-