Package | Description |
---|---|
org.apache.fop.render.afp | |
org.apache.fop.render.afp.fonts | |
org.apache.fop.render.afp.modca |
Modifier and Type | Method and Description |
---|---|
AFPFont |
AFPFontAttributes.getFont() |
Constructor and Description |
---|
AFPFontAttributes(java.lang.String fontKey,
AFPFont font,
int pointSize)
Constructor for the AFPFontAttributes
|
Modifier and Type | Class and Description |
---|---|
class |
OutlineFont
A font defined as a set of lines and curves as opposed to a bitmap font.
|
class |
RasterFont
A font where each character is stored as an array of pixels (a bitmap).
|
Modifier and Type | Method and Description |
---|---|
AFPFont |
AFPFontInfo.getAFPFont()
Returns the afp font
|
Constructor and Description |
---|
AFPFontInfo(AFPFont afpFont,
java.util.List fontTriplets)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.