Uses of Interface
org.docx4j.fonts.fop.fonts.FontMetrics
Packages that use FontMetrics
Package
Description
Classes for font handling.
Base 14 fonts used for PDF and PostScript.
-
Uses of FontMetrics in org.docx4j.fonts.fop.fonts
Subinterfaces of FontMetrics in org.docx4j.fonts.fop.fontsModifier and TypeInterfaceDescriptioninterfaceThis interface enhances the font metrics interface with access methods to value needed to register fonts in various target formats like PDF or PostScript.Classes in org.docx4j.fonts.fop.fonts that implement FontMetricsModifier and TypeClassDescriptionclassBase class for all Base 14 fonts.classclassAbstract base class for CID fonts.classAbstract base class for custom fonts loaded from files, for example.classThis class is used to defer the loading of a font until it is really used.classGeneric MultiByte (CID) fontclassGeneric SingleByte fontclassBase class for font classesMethods in org.docx4j.fonts.fop.fonts that return FontMetricsModifier and TypeMethodDescriptionFont.getFontMetrics()Returns the associated font metrics object.FontInfo.getMetricsFor(String fontName) Returns the FontMetrics for a particular fontMethods in org.docx4j.fonts.fop.fonts with parameters of type FontMetricsModifier and TypeMethodDescriptionvoidFontInfo.addMetrics(String internalFontKey, FontMetrics metrics) Adds font metrics for a specific font.Constructors in org.docx4j.fonts.fop.fonts with parameters of type FontMetricsModifierConstructorDescriptionFont(String key, FontTriplet triplet, FontMetrics met, int fontSize) Main constructor -
Uses of FontMetrics in org.docx4j.fonts.fop.fonts.base14
Classes in org.docx4j.fonts.fop.fonts.base14 that implement FontMetricsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of FontMetrics in org.docx4j.fonts.fop.render.java2d
Subinterfaces of FontMetrics in org.docx4j.fonts.fop.render.java2dModifier and TypeInterfaceDescriptioninterfaceAdds method to retrieve the actualFontfor use byJava2DRenderers.Classes in org.docx4j.fonts.fop.render.java2d that implement FontMetricsModifier and TypeClassDescriptionclassFontMetricsMapper that delegates most methods to an underlyingFontMetricsinstance.classThis class implements org.docx4j.fonts.fop.layout.FontMetrics and is added to the hash table in FontInfo.