Uses of Interface org.apache.fop.fonts.FontMetrics

Uses in package org.apache.fop.pdf

Methods with parameter type org.apache.fop.fonts.FontMetrics

PDFFont
PDFFactory.makeFont(String fontname, String basefont, String encoding, FontMetrics metrics, FontDescriptor descriptor)
make a Type1 /Font object

Uses in package org.apache.fop.render.java2d

Classes implementing org.apache.fop.fonts.FontMetrics

class
FontMetricsMapper that delegates most methods to an underlying FontMetrics instance.
class
This class implements org.apache.fop.layout.FontMetrics and is added to the hash table in FontInfo.

Uses in package org.apache.fop.render.afp.fonts

Classes implementing org.apache.fop.fonts.FontMetrics

class
All implementations of AFP fonts should extend this base class, the object implements the FontMetrics information.
class
A font defined as a set of lines and curves as opposed to a bitmap font.
class
A font where each character is stored as an array of pixels (a bitmap).

Uses in package org.apache.fop.fonts.base14

Classes implementing org.apache.fop.fonts.FontMetrics

class
class
class
class
class
class
class
class
class
class
class
class
class
class

Uses in package org.apache.fop.fonts

Classes implementing org.apache.fop.fonts.FontMetrics

class
Abstract base class for CID fonts.
class
Abstract base class for custom fonts loaded from files, for example.
class
This class is used to defer the loading of a font until it is really used.
class
Generic MultiByte (CID) font
class
Generic SingleByte font
class
Base class for PDF font classes

Constructors with parameter type org.apache.fop.fonts.FontMetrics

Font.Font(String key, FontTriplet triplet, FontMetrics met, int fontSize)
Main constructor

Methods with parameter type org.apache.fop.fonts.FontMetrics

void
FontInfo.addMetrics(String name, FontMetrics metrics)
Adds font metrics for a specific font.

Methods with return type org.apache.fop.fonts.FontMetrics

FontMetrics
Returns the associated font metrics object.
FontMetrics
FontInfo.getMetricsFor(String fontName)
Returns the FontMetrics for a particular font

Uses in package org.apache.fop.render

Methods with parameter type org.apache.fop.fonts.FontMetrics

void
AbstractPathOrientedRenderer.renderTextDecoration(FontMetrics fm, int fontsize, InlineArea inline, int baseline, int startx)
Paints the text decoration marks.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.