Package | Description |
---|---|
org.apache.fop.render.afp.fonts |
Modifier and Type | Class and Description |
---|---|
class |
FopCharacterSet
A Character set for a normal FOP font
|
Modifier and Type | Method and Description |
---|---|
CharacterSet |
OutlineFont.getCharacterSet()
Get the character set metrics.
|
abstract CharacterSet |
AFPFont.getCharacterSet(int size)
Returns the character set for a given size
|
CharacterSet |
RasterFont.getCharacterSet(int size)
Get the character set metrics for the specified point size.
|
CharacterSet |
OutlineFont.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
|
void |
AFPFontReader.loadCharacterSetMetric(CharacterSet characterSet)
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.
|
Constructor and Description |
---|
OutlineFont(java.lang.String name,
CharacterSet charSet)
Constructor for an outline font.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.