Uses of Interface
org.apache.fop.fonts.FontMetrics
Packages that use FontMetrics
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Classes for font handling.
Base 14 fonts used for PDF and PostScript.
Classes for handling the low-level creation of PDF documents.
Generic renderer interface.
An AFP Renderer implementation and supporting classes.
Java2D Renderer which paints rendered pages on Graphics2D instances.
-
Uses of FontMetrics in org.apache.fop.afp.fonts
Classes in org.apache.fop.afp.fonts that implement FontMetricsModifier and TypeClassDescriptionclassA font defined as a set of lines and curves as opposed to a bitmap font.classAll implementations of AFP fonts should extend this base class, the object implements the FontMetrics information.classImplementation ofAbstractOutlineFontthat supports double-byte fonts (CID Keyed font (Type 0)).classDefault implementation of AbstractOutlineFont.classA font where each character is stored as an array of pixels (a bitmap). -
Uses of FontMetrics in org.apache.fop.fonts
Subinterfaces of FontMetrics in org.apache.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.apache.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.apache.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.apache.fop.fonts with parameters of type FontMetricsModifier and TypeMethodDescriptionvoidFontInfo.addMetrics(String internalFontKey, FontMetrics metrics) Adds font metrics for a specific font.Constructors in org.apache.fop.fonts with parameters of type FontMetricsModifierConstructorDescriptionFont(String key, FontTriplet triplet, FontMetrics met, int fontSize) Main constructor -
Uses of FontMetrics in org.apache.fop.fonts.base14
Classes in org.apache.fop.fonts.base14 that implement FontMetricsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of FontMetrics in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type FontMetricsModifier and TypeMethodDescriptionPDFFactory.makeFont(String fontname, String basefont, String encoding, FontMetrics metrics, FontDescriptor descriptor) Make a Type1 /Font object. -
Uses of FontMetrics in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type FontMetricsModifier and TypeMethodDescriptionprotected voidAbstractPathOrientedRenderer.renderTextDecoration(FontMetrics fm, int fontsize, InlineArea inline, int baseline, int startx) Paints the text decoration marks. -
Uses of FontMetrics in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement FontMetrics -
Uses of FontMetrics in org.apache.fop.render.java2d
Subinterfaces of FontMetrics in org.apache.fop.render.java2dModifier and TypeInterfaceDescriptioninterfaceAdds method to retrieve the actualFontfor use byJava2DRenderers.Classes in org.apache.fop.render.java2d that implement FontMetricsModifier and TypeClassDescriptionclassFontMetricsMapper that delegates most methods to an underlyingFontMetricsinstance.classThis class implements org.apache.fop.layout.FontMetrics and is added to the hash table in FontInfo. -
Uses of FontMetrics in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist that return FontMetricsConstructors in org.apache.fop.tools.fontlist with parameters of type FontMetrics