org.apache.fop.configuration
Class FontInfo

java.lang.Object
  extended byorg.apache.fop.configuration.FontInfo

public class FontInfo
extends java.lang.Object

FontInfo contains meta information on fonts (where is the metrics file etc.)


Constructor Summary
FontInfo(java.lang.String name, java.lang.String metricsFile, boolean kerning, java.util.List fontTriplets, java.lang.String embedFile)
           
 
Method Summary
 java.net.URL getEmbedFile()
           
 java.util.List getFontTriplets()
           
 boolean getKerning()
           
 java.net.URL getMetricsFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontInfo

public FontInfo(java.lang.String name,
                java.lang.String metricsFile,
                boolean kerning,
                java.util.List fontTriplets,
                java.lang.String embedFile)
Method Detail

getMetricsFile

public java.net.URL getMetricsFile()
                            throws FOPException
Returns:
the URL to the metrics file
Throws:
FOPException

getEmbedFile

public java.net.URL getEmbedFile()
                          throws FOPException
Returns:
the url to the font
Throws:
FOPException

getKerning

public boolean getKerning()

getFontTriplets

public java.util.List getFontTriplets()


Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.