Uses of Class org.apache.fop.fonts.Font

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

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

void
PDFRenderer.escapeText(String s, int[] letterAdjust, Font fs, AbstractTextArea parentArea, boolean useMultiByte, StringBuffer pdf)
Escapes text according to PDF rules.

Uses in package org.apache.fop.layoutmgr

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

void
Adds font traits to an area

Uses in package org.apache.fop.layoutmgr.inline

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

AlignmentContext.AlignmentContext(Font font, int lineHeight, int writingMode)
Creates a new instance of AlignmentContext based simply on the font and the writing mode.
AlignmentContext.AlignmentContext(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
Creates a new instance of AlignmentContext

Fields of type org.apache.fop.fonts.Font

Font
Font for the page-number-citation

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

ScaledBaselineTable
Creates a new instance of BasicScaledBaselineTable for the given font and writingmode.
ScaledBaselineTable
ScaledBaselineTableFactory.makeFontScaledBaselineTable(Font font, int dominantBaselineIdentifier, int writingMode)
Creates a new instance of BasicScaledBaselineTable for the given font, baseline and writingmode.

Uses in package org.apache.fop.fo.properties

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

Font
Create and return a Font object based on the properties.

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

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

void
Java2DRenderer.renderText(TextArea text, Graphics2D g2d, Font font)
Renders a TextArea to a Graphics2D instance.

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

Fields of type org.apache.fop.fonts.Font

Font
Currently valid Font
Font
Overriding FontState

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

void
Sets the overriding font.

Uses in package org.apache.fop.fonts

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

Font
FontInfo.getFontInstance(FontTriplet triplet, int fontSize)
Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size.

Uses in package org.apache.fop.svg

Fields of type org.apache.fop.fonts.Font

Font
The override font state used when drawing text and the font cannot be set using java fonts.

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

void
Set the override font state for drawing text.

Uses in package org.apache.fop.area.inline

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

Create a new unresolved page number.
UnresolvedPageNumber.UnresolvedPageNumber(String id, Font f, boolean type)
Create a new unresolved page number.

Uses in package org.apache.fop.traits

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

SpaceVal
SpaceVal.makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)

Uses in package org.apache.fop.render

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

Font
Returns a Font object constructed based on the font traits in an area

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