Uses of Class
org.apache.fop.fonts.truetype.OFMtxEntry
-
Packages that use OFMtxEntry Package Description org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.render.pcl.fonts.truetype -
-
Uses of OFMtxEntry in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as OFMtxEntry Modifier and Type Field Description private OFMtxEntry[]GlyfTable. mtxTabprotected 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) -
Uses of OFMtxEntry in org.apache.fop.render.pcl.fonts.truetype
Fields in org.apache.fop.render.pcl.fonts.truetype with type parameters of type OFMtxEntry Modifier and Type Field Description private java.util.List<OFMtxEntry>PCLTTFCharacterWriter. mtx
-