public class Type1FontLoader extends FontLoader
embedded, fontFileURI, loaded, log, resolver, returnFont, useKerning
Constructor and Description |
---|
Type1FontLoader(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(String fontFileURI, boolean embedded, boolean useKerning, FontResolver resolver) throws 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 URIsIOException
- In case of an I/O errorprotected void read() throws IOException
read
in class FontLoader
IOException
- In case of an I/O errorCopyright © 2007-2019. All Rights Reserved.