|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.fonts.FontLoader
Base class for font loaders.
| Constructor Summary | |
FontLoader()
|
|
| Method Summary | |
abstract CustomFont |
getFont()
|
static CustomFont |
loadFont(java.lang.String fontFileURI,
FontResolver resolver)
Loads a custom font from a URI. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FontLoader()
| Method Detail |
public static CustomFont loadFont(java.lang.String fontFileURI,
FontResolver resolver)
throws java.io.IOException
fontFileURI - the URI to the fontresolver - the font resolver to use when resolving URIs
java.io.IOException - In case of an I/O errorpublic abstract CustomFont getFont()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||