org.apache.fop.configuration
Class FontInfo
java.lang.Object
org.apache.fop.configuration.FontInfo
public class FontInfo
- extends Object
FontInfo contains meta information on fonts (where is the metrics file etc.)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontInfo
public FontInfo(String name,
String metricsFile,
boolean kerning,
List fontTriplets,
String embedFile)
getMetricsFile
public URL getMetricsFile()
throws FOPException
- Returns:
- the URL to the metrics file
- Throws:
FOPException
getEmbedFile
public URL getEmbedFile()
throws FOPException
- Returns:
- the url to the font
- Throws:
FOPException
getKerning
public boolean getKerning()
getFontTriplets
public List getFontTriplets()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.