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.Vector 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.Vector fontTriplets,
java.lang.String embedFile)
getMetricsFile
public java.lang.String getMetricsFile()
getEmbedFile
public java.lang.String getEmbedFile()
getKerning
public boolean getKerning()
getFontTriplets
public java.util.Vector getFontTriplets()
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.