public class Type1FontLoader extends FontLoader
embedded, fontFileURI, loaded, log, resolver, returnFont, useAdvanced, useKerning
Constructor and Description |
---|
Type1FontLoader(java.lang.String fontFileURI,
boolean embedded,
boolean useKerning,
FontResolver resolver)
Constructs a new Type 1 font loader.
|
Modifier and Type | Method and Description |
---|---|
protected void |
read()
Reads/parses the font data.
|
getFont, loadFont, loadFont, loadFont, openFontUri
public Type1FontLoader(java.lang.String fontFileURI, boolean embedded, boolean useKerning, FontResolver resolver) 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 availableresolver
- the font resolver used to resolve URIsjava.io.IOException
- In case of an I/O errorprotected void read() throws java.io.IOException
read
in class FontLoader
java.io.IOException
- In case of an I/O errorCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.