|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Typeface | |
---|---|
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 |
Uses of Typeface in org.apache.fop.fonts |
---|
Subclasses of Typeface in org.apache.fop.fonts | |
---|---|
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 |
Methods in org.apache.fop.fonts that return Typeface | |
---|---|
Typeface |
FontReader.getFont()
Get the generated font object |
Typeface |
LazyFont.getRealFont()
Gets the real font. |
Uses of Typeface in org.apache.fop.fonts.base14 |
---|
Subclasses of Typeface in org.apache.fop.fonts.base14 | |
---|---|
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
|
Uses of Typeface in org.apache.fop.render.afp.fonts |
---|
Subclasses of Typeface in org.apache.fop.render.afp.fonts | |
---|---|
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). |
Constructors in org.apache.fop.render.afp.fonts with parameters of type Typeface | |
---|---|
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. |
Uses of Typeface in org.apache.fop.render.java2d |
---|
Subclasses of Typeface in org.apache.fop.render.java2d | |
---|---|
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. |
Uses of Typeface in org.apache.fop.render.ps |
---|
Methods in org.apache.fop.render.ps with parameters of type Typeface | |
---|---|
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. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |