Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
Modifier and Type | Class and Description |
---|---|
class |
CIDFont
Abstract base class for CID fonts.
|
class |
MultiByteFont
Generic MultiByte (CID) font
|
class |
SingleByteFont
Generic SingleByte font
|
Modifier and Type | Field and Description |
---|---|
protected CustomFont |
FontLoader.returnFont
the loaded font
|
Modifier and Type | Method and Description |
---|---|
CustomFont |
FontLoader.getFont()
Returns the custom font that was read using this instance of FontLoader.
|
static CustomFont |
FontLoader.loadFont(java.io.File fontFile,
java.lang.String subFontName,
boolean embedded,
EmbeddingMode embeddingMode,
EncodingMode encodingMode,
FontResolver resolver)
Loads a custom font from a File.
|
static CustomFont |
FontLoader.loadFont(java.lang.String fontFileURI,
java.lang.String subFontName,
boolean embedded,
EmbeddingMode embeddingMode,
EncodingMode encodingMode,
boolean useKerning,
boolean useAdvanced,
FontResolver resolver)
Loads a custom font from a URI.
|
static CustomFont |
FontLoader.loadFont(java.net.URL fontUrl,
java.lang.String subFontName,
boolean embedded,
EmbeddingMode embeddingMode,
EncodingMode encodingMode,
FontResolver resolver)
Loads a custom font from an URL.
|
Constructor and Description |
---|
CustomFontMetricsMapper(CustomFont fontMetrics)
Construction of this class results in the immediate construction
of the underlying
Font . |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.