Uses of Class
org.apache.fop.fonts.truetype.OFDirTabEntry
-
Packages that use OFDirTabEntry Package Description org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
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.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)
-