|
fop 0.94 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomFont | |
---|---|
org.apache.fop.fonts | Classes for font handling. |
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 | |
---|---|
CustomFont |
FontLoader.getFont()
|
static CustomFont |
FontLoader.loadFont(java.io.File fontFile,
FontResolver resolver)
Loads a custom font from a File. |
static CustomFont |
FontLoader.loadFont(java.lang.String fontFileURI,
FontResolver resolver)
Loads a custom font from a URI. |
protected static CustomFont |
FontLoader.loadFontFromInputStream(java.lang.String fontFileURI,
FontResolver resolver,
boolean isType1,
java.io.InputStream in)
Loads and returns a font given an input stream. |
|
fop 0.94 | |||||||||
PREV NEXT | FRAMES NO FRAMES |