Uses of Class org.apache.fop.fonts.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
Sets the current font.
void
Sets the current font for the text object.
void
Sets the current fonts for the text object.
void
Set the override font state for drawing text.
void
Updates the currently selected font.
void
Writes a "Tf" command, setting a new current font.

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

Font
Returns the current font in use.
Font
Returns a suitable internal font given an AWT Font instance.
Font
Selects a font from the font list suitable to display the given character.

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.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
PSTextPainter.drawPrimitiveString(Graphics2D g2d, Point2D loc, Font font, String txt, float tx)
void
Sets the overriding font.

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.fo.properties

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

char
Returns the effective hyphenation character for a font.
int
Returns the IPD for the hyphenation character for a font.

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

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.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.layoutmgr

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

void
Adds font traits to an area

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.

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