Uses of Class org.apache.fop.render.afp.fonts.AFPFont

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

Methods with parameter type org.apache.fop.render.afp.fonts.AFPFont

void
MapCodedFont.addFont(int fontReference, AFPFont font, int size, int orientation)
Add a font definition on the the map coded font object.
void
AbstractPageObject.createFont(byte fontReference, AFPFont font, int size)
Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the page.
void
AFPDataStream.createFont(byte fontReference, AFPFont font, int size)
Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the current page.
void
ActiveEnvironmentGroup.createFont(byte fontReference, AFPFont font, int size, int orientation)
Method to create a map coded font object

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

Constructors with parameter type org.apache.fop.render.afp.fonts.AFPFont

AFPFontAttributes.AFPFontAttributes(String fontKey, AFPFont font, int pointSize)
Constructor for the AFPFontAttributes

Methods with return type org.apache.fop.render.afp.fonts.AFPFont

AFPFont

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

Classes derived from org.apache.fop.render.afp.fonts.AFPFont

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

Constructors with parameter type org.apache.fop.render.afp.fonts.AFPFont

AFPFontInfo.AFPFontInfo(AFPFont afpFont, List fontTriplets)
Main constructor

Methods with return type org.apache.fop.render.afp.fonts.AFPFont

AFPFont
Returns the afp font

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