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. dirTabsTable directoryprotected java.util.Map<OFTableName,OFDirTabEntry>TTFSubSetFile. newDirTabsThe dir tab entries in the new subset font.Methods in org.apache.fop.fonts.truetype that return OFDirTabEntry Modifier and Type Method Description OFDirTabEntryOpenFont. 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)
-