fop 0.95

org.apache.fop.fonts.type1
Class Type1FontLoader

java.lang.Object
  extended by org.apache.fop.fonts.FontLoader
      extended by org.apache.fop.fonts.type1.Type1FontLoader

public class Type1FontLoader
extends FontLoader

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

Type1FontLoader

public Type1FontLoader(java.lang.String fontFileURI,
                       FontResolver resolver)
                throws java.io.IOException
Constructs a new Type 1 font loader.

Parameters:
fontFileURI - the URI to the PFB file of a Type 1 font
resolver - the font resolver used to resolve URIs
Throws:
java.io.IOException - In case of an I/O error
Method Detail

read

protected void read()
             throws java.io.IOException
Reads/parses the font data.

Specified by:
read in class FontLoader
Throws:
java.io.IOException - In case of an I/O error

fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.