|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.font.type.tfm.TFMFontType
Font type.
VANILLA, MATHSY, MATHEX
Field Summary | |
static de.dante.extex.font.type.tfm.TFMFontType.Type |
MATHEX
TeX Math Extension font metric |
static de.dante.extex.font.type.tfm.TFMFontType.Type |
MATHSY
TeX Math Symbols font metric |
static de.dante.extex.font.type.tfm.TFMFontType.Type |
VANILLA
Normal TeX font metric |
Constructor Summary | |
TFMFontType(java.lang.String codingscheme)
Create a new object. |
Method Summary | |
de.dante.extex.font.type.tfm.TFMFontType.Type |
getType()
Returns the type. |
java.lang.String |
toString()
|
java.lang.String |
toTFMString()
Returns the font type name for fontmetric-file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final de.dante.extex.font.type.tfm.TFMFontType.Type VANILLA
public static final de.dante.extex.font.type.tfm.TFMFontType.Type MATHSY
public static final de.dante.extex.font.type.tfm.TFMFontType.Type MATHEX
Constructor Detail |
public TFMFontType(java.lang.String codingscheme)
codingscheme
- the coding schemeMethod Detail |
public de.dante.extex.font.type.tfm.TFMFontType.Type getType()
public java.lang.String toString()
Object.toString()
public java.lang.String toTFMString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |