|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.EmbedFontInfo
FontInfo contains meta information on fonts (where is the metrics file etc.)
Constructor Summary | |
EmbedFontInfo(java.lang.String metricsFile,
boolean kerning,
java.util.List fontTriplets,
java.lang.String embedFile)
Main constructor |
Method Summary | |
java.lang.String |
getEmbedFile()
Returns the path to the embeddable font file |
java.util.List |
getFontTriplets()
Returns the list of font triplets associated with this font. |
boolean |
getKerning()
Determines if kerning is enabled |
java.lang.String |
getMetricsFile()
Returns the path to the metrics file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbedFontInfo(java.lang.String metricsFile, boolean kerning, java.util.List fontTriplets, java.lang.String embedFile)
metricsFile
- Path to the xml file containing font metricskerning
- True if kerning should be enabledfontTriplets
- List of font triplets to associate with this fontembedFile
- Path to the embeddable font file (may be null)Method Detail |
public java.lang.String getMetricsFile()
public java.lang.String getEmbedFile()
public boolean getKerning()
public java.util.List getFontTriplets()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |