|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.FontLoader
org.apache.fop.fonts.type1.Type1FontLoader
public class Type1FontLoader
Loads a Type 1 font into memory directly from the original font file.
Field Summary |
---|
Fields inherited from class org.apache.fop.fonts.FontLoader |
---|
fontFileURI, loaded, log, resolver, returnFont |
Constructor Summary | |
---|---|
Type1FontLoader(java.lang.String fontFileURI,
FontResolver resolver)
Constructs a new Type 1 font loader. |
Method Summary | |
---|---|
protected void |
read()
Reads/parses the font data. |
Methods inherited from class org.apache.fop.fonts.FontLoader |
---|
getFont, loadFont, loadFont, loadFont, openFontUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Type1FontLoader(java.lang.String fontFileURI, FontResolver resolver) throws java.io.IOException
fontFileURI
- the URI to the PFB file of a Type 1 fontresolver
- the font resolver used to resolve URIs
java.io.IOException
- In case of an I/O errorMethod Detail |
---|
protected void read() throws java.io.IOException
read
in class FontLoader
java.io.IOException
- In case of an I/O error
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |