Uses of Class
org.apache.fop.fonts.truetype.OFMtxEntry
-
Packages that use OFMtxEntry Package Description org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
Uses of OFMtxEntry in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as OFMtxEntry Modifier and Type Field Description protected OFMtxEntry[]OpenFont. mtxTabContains glyph dataMethods in org.apache.fop.fonts.truetype that return types with arguments of type OFMtxEntry Modifier and Type Method Description java.util.List<OFMtxEntry>OpenFont. getMtx()Constructors in org.apache.fop.fonts.truetype with parameters of type OFMtxEntry Constructor Description GlyfTable(FontFileReader in, OFMtxEntry[] metrics, OFDirTabEntry dirTableEntry, java.util.Map<java.lang.Integer,java.lang.Integer> glyphs)
-