|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xmlmill.config.FontInfo
*** For internal use only ***
A FontInfo instance contains the meta information
of a font regarding:
| Method Summary | |
int |
getFontIndex()
Returns the font-index. |
java.lang.String |
getMetricsFile()
Returns the font metrics file in canonical form. |
java.lang.String |
getName()
Returns the name of the font. |
java.lang.String |
getProgramFile()
Returns the program file in canonical form. |
int |
getStyle()
Returns the style of the font. |
int |
getType()
Returns the name of the font. |
int |
getWeight()
Returns the weight of the font. |
boolean |
isEmbeddable()
Returns if the font needs to be embedded. |
boolean |
isLoadOnStartUp()
Returns if the fontmetrics needs to be loaded at startup. |
boolean |
isPairWiseKerning()
Returns if pair-wise-kerning is to be applied for this font. |
boolean |
isSubsettable()
Returns if the font needs to be subsetted. |
boolean |
isTrackKerning()
Returns if track-kerning is to be applied for this font. |
java.lang.String |
toString()
Returns the font attributes as a String.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getType()
public java.lang.String getName()
public int getWeight()
public int getStyle()
public boolean isTrackKerning()
true or false.
public boolean isLoadOnStartUp()
public boolean isPairWiseKerning()
public boolean isEmbeddable()
public boolean isSubsettable()
public java.lang.String getMetricsFile()
This String represents the full path of where the file that represents this font can be found.
public java.lang.String getProgramFile()
This String represents the full path of where the file that represents this font can be found.
public int getFontIndex()
public java.lang.String toString()
String.
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||