Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.afp.fonts |
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStream.createText(AFPTextDataInfo textDataInfo,
int letterSpacing,
int wordSpacing,
Font font,
CharacterSet charSet)
Helper method to create text on the current page, this method delegates
to the current presentation text object in order to construct the text.
|
void |
AFPResourceManager.embedFont(AFPFont afpFont,
CharacterSet charSet)
Handles font embedding.
|
Modifier and Type | Class and Description |
---|---|
class |
FopCharacterSet
A Character set for a normal FOP font
|
Modifier and Type | Field and Description |
---|---|
protected CharacterSet |
AbstractOutlineFont.charSet
The character set for this font
|
Modifier and Type | Method and Description |
---|---|
CharacterSet |
CharacterSetBuilder.build(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
ResourceAccessor accessor)
Load the font details and metrics into the CharacterSetMetric object,
this will use the actual afp code page and character set files to load
the object with the necessary metrics.
|
CharacterSet |
CharacterSetBuilder.build(java.lang.String characterSetName,
java.lang.String codePageName,
java.lang.String encoding,
Typeface typeface)
Load the font details and metrics into the CharacterSetMetric object,
this will use the actual afp code page and character set files to load
the object with the necessary metrics.
|
CharacterSet |
AbstractOutlineFont.getCharacterSet()
Get the character set metrics.
|
CharacterSet |
RasterFont.getCharacterSet(int size)
Get the character set metrics for the specified point size.
|
abstract CharacterSet |
AFPFont.getCharacterSet(int size)
Returns the character set for a given size
|
CharacterSet |
AbstractOutlineFont.getCharacterSet(int size)
Get the character set metrics.
|
Modifier and Type | Method and Description |
---|---|
void |
RasterFont.addCharacterSet(int size,
CharacterSet characterSet)
Adds the character set for the given point size
|
Constructor and Description |
---|
AbstractOutlineFont(java.lang.String name,
CharacterSet charSet)
Constructor for an outline font.
|
DoubleByteFont(java.lang.String name,
CharacterSet charSet)
Constructor for an double-byte outline font.
|
OutlineFont(java.lang.String name,
CharacterSet charSet) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.