|
fop 2.2 | |||||||||
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 |
---|
embedded, fontFileURI, loaded, resourceResolver, returnFont, useAdvanced, useKerning |
Constructor Summary | |
---|---|
Type1FontLoader(FontUris fontUris,
boolean embedded,
EmbeddingMode embeddingMode,
boolean useKerning,
InternalResourceResolver resourceResolver)
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Type1FontLoader(FontUris fontUris, boolean embedded, EmbeddingMode embeddingMode, boolean useKerning, InternalResourceResolver resourceResolver) throws java.io.IOException
fontFileURI
- the URI to the PFB file of a Type 1 fontembedded
- indicates whether the font is embedded or referenceduseKerning
- indicates whether to load kerning information if availableresourceResolver
- 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 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |