org.apache.fop.configuration
Class FontInfo
java.lang.Object
|
+--org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontInfo
public FontInfo(java.lang.String name,
java.lang.String metricsFile,
boolean kerning,
java.util.List fontTriplets,
java.lang.String embedFile)
getMetricsFile
public java.net.URL getMetricsFile()
throws FOPException
- Returns:
- the URL to the metrics file
getEmbedFile
public java.net.URL getEmbedFile()
throws FOPException
- Returns:
- the url to the font
getKerning
public boolean getKerning()
getFontTriplets
public java.util.List getFontTriplets()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.