Uses of Class
org.apache.fop.fonts.truetype.OFDirTabEntry
Packages that use OFDirTabEntry
Package
Description
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 OFDirTabEntryModifier and TypeFieldDescriptionprotected Map<OFTableName, OFDirTabEntry> OpenFont.dirTabsTable directoryprotected Map<OFTableName, OFDirTabEntry> TTFSubSetFile.newDirTabsThe dir tab entries in the new subset font.Methods in org.apache.fop.fonts.truetype that return OFDirTabEntryModifier and TypeMethodDescriptionOpenFont.getDirectoryEntry(OFTableName name) Obtain directory table entry.Methods in org.apache.fop.fonts.truetype that return types with arguments of type OFDirTabEntryModifier and TypeMethodDescription(package private) SortedSet<Map.Entry<OFTableName, OFDirTabEntry>> OpenFont.sortDirTabMap(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 OFDirTabEntryModifier and TypeMethodDescription(package private) SortedSet<Map.Entry<OFTableName, OFDirTabEntry>> OpenFont.sortDirTabMap(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 OFDirTabEntryModifierConstructorDescriptionGlyfTable(FontFileReader in, OFMtxEntry[] metrics, OFDirTabEntry dirTableEntry, Map<Integer, 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