|
fop 0.95 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomFont | |
org.apache.fop.fonts | Classes for font handling. |
org.apache.fop.render.java2d | Java2D Renderer which paints rendered pages on Graphics2D instances. |
Uses of CustomFont in org.apache.fop.fonts |
Subclasses of CustomFont in org.apache.fop.fonts | |
class |
CIDFont
Abstract base class for CID fonts. |
class |
MultiByteFont
Generic MultiByte (CID) font |
class |
SingleByteFont
Generic SingleByte font |
Fields in org.apache.fop.fonts declared as CustomFont | |
protected CustomFont |
FontLoader.returnFont
the loaded font |
Methods in org.apache.fop.fonts that return CustomFont | |
static CustomFont |
FontLoader.loadFont(java.io.File fontFile,
FontResolver resolver)
Loads a custom font from a File. |
static CustomFont |
FontLoader.loadFont(java.net.URL fontUrl,
FontResolver resolver)
Loads a custom font from an URL. |
static CustomFont |
FontLoader.loadFont(java.lang.String fontFileURI,
FontResolver resolver)
Loads a custom font from a URI. |
CustomFont |
FontLoader.getFont()
Returns the custom font that was read using this instance of FontLoader. |
Uses of CustomFont in org.apache.fop.render.java2d |
Constructors in org.apache.fop.render.java2d with parameters of type CustomFont | |
CustomFontMetricsMapper(CustomFont fontMetrics)
Construction of this class results in the immediate construction. |
|
fop 0.95 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |