org.apache.fop.fonts.type1
Class Type1FontLoader
public class Type1FontLoader
Loads a Type 1 font into memory directly from the original font file.
Type1FontLoader
public Type1FontLoader(String fontFileURI,
InputStream in,
FontResolver resolver)
throws IOException Constructs a new Type 1 font loader.
fontFileURI - the URI to the PFB file of a Type 1 fontin - the InputStream reading the PFM file of a Type 1 fontresolver - the font resolver used to resolve URIs
read
protected void read()
throws IOException- read in interface FontLoader
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.