|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.DefaultFontConfig.Font
public static final class DefaultFontConfig.Font
Represents a font object within the FOP conf.
Method Summary | |
---|---|
java.lang.String |
getAfm()
|
boolean |
getEmbedAsType1()
|
java.lang.String |
getEmbeddingMode()
|
java.lang.String |
getEmbedURI()
Gets the URI of the font to embed. |
java.lang.String |
getEncodingMode()
|
java.lang.String |
getMetrics()
Gets the String representing the metrics file. |
java.lang.String |
getPfm()
|
boolean |
getSimulateStyle()
|
java.lang.String |
getSubFont()
Gets the sub font within, for example, a TTC. |
java.util.List<FontTriplet> |
getTripletList()
|
boolean |
isAdvanced()
|
boolean |
isKerning()
Whether or not to allow kerning of glyphs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getEncodingMode()
public java.util.List<FontTriplet> getTripletList()
public boolean isKerning()
public boolean isAdvanced()
public java.lang.String getMetrics()
public java.lang.String getEmbedURI()
public java.lang.String getSubFont()
public java.lang.String getEmbeddingMode()
public java.lang.String getAfm()
public java.lang.String getPfm()
public boolean getSimulateStyle()
public boolean getEmbedAsType1()
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |