Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
org.apache.fop.render.afp.fonts | |
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.ps |
PostScript Renderer
|
Modifier and Type | Class and Description |
---|---|
class |
CIDFont
Abstract base class for CID fonts.
|
class |
CustomFont
Abstract base class for custom fonts loaded from files, for example.
|
class |
LazyFont
This class is used to defer the loading of a font until it is really used.
|
class |
MultiByteFont
Generic MultiByte (CID) font
|
class |
SingleByteFont
Generic SingleByte font
|
Modifier and Type | Method and Description |
---|---|
Typeface |
FontReader.getFont()
Get the generated font object
|
Typeface |
LazyFont.getRealFont()
Gets the real font.
|
Modifier and Type | Class and Description |
---|---|
class |
Courier |
class |
CourierBold |
class |
CourierBoldOblique |
class |
CourierOblique |
class |
Helvetica |
class |
HelveticaBold |
class |
HelveticaBoldOblique |
class |
HelveticaOblique |
class |
Symbol |
class |
TimesBold |
class |
TimesBoldItalic |
class |
TimesItalic |
class |
TimesRoman |
class |
ZapfDingbats |
Modifier and Type | Class and Description |
---|---|
class |
AFPFont
All implementations of AFP fonts should extend this base class,
the object implements the FontMetrics information.
|
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).
|
Constructor and Description |
---|
FopCharacterSet(java.lang.String codePage,
java.lang.String encoding,
java.lang.String name,
int size,
Typeface charSet)
Constructor for the CharacterSetMetric object, the character set is used
to load the font information from the actual AFP font.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomFontMetricsMapper
FontMetricsMapper that delegates most methods to an underlying
FontMetrics instance.
|
class |
SystemFontMetricsMapper
This class implements org.apache.fop.layout.FontMetrics and
is added to the hash table in FontInfo.
|
Modifier and Type | Method and Description |
---|---|
static void |
PSFontUtils.embedFont(org.apache.xmlgraphics.ps.PSGenerator gen,
Typeface tf,
org.apache.xmlgraphics.ps.PSResource fontRes)
Embeds a font in the PostScript file.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.