fop 0.93

org.apache.fop.fonts.truetype
Class TTFFontLoader

java.lang.Object
  extended byorg.apache.fop.fonts.FontLoader
      extended byorg.apache.fop.fonts.truetype.TTFFontLoader

public class TTFFontLoader
extends FontLoader

Loads a font into memory directly from the original font file.


Constructor Summary
TTFFontLoader(java.lang.String fontFileURI, java.io.InputStream in, FontResolver resolver)
           
 
Method Summary
 CustomFont getFont()
           
 
Methods inherited from class org.apache.fop.fonts.FontLoader
loadFont
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTFFontLoader

public TTFFontLoader(java.lang.String fontFileURI,
                     java.io.InputStream in,
                     FontResolver resolver)
              throws java.io.IOException
Method Detail

getFont

public CustomFont getFont()
Specified by:
getFont in class FontLoader
Returns:
the font loaded by this loader
See Also:
FontLoader.getFont()

fop 0.93

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