|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.TfmFontType
public class TfmFontType
BaseFont type.
VANILLA, MATHSY, MATHEX
| Field Summary | |
|---|---|
static org.extex.font.format.tfm.TfmFontType.Type |
MATHEX
TeX Math Extension font metric. |
static org.extex.font.format.tfm.TfmFontType.Type |
MATHSY
TeX Math Symbols font metric. |
static org.extex.font.format.tfm.TfmFontType.Type |
OTHER
Other font metric. |
static org.extex.font.format.tfm.TfmFontType.Type |
TYPEWRITER
Typewriter font metric. |
static org.extex.font.format.tfm.TfmFontType.Type |
VANILLA
Normal TeX font metric. |
| Constructor Summary | |
|---|---|
TfmFontType(java.lang.String codingscheme)
Create a new object. |
|
| Method Summary | |
|---|---|
org.extex.font.format.tfm.TfmFontType.Type |
getType()
Returns the type. |
java.lang.String |
toString()
|
java.lang.String |
toTFMString()
Returns the font type name for font metric file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.extex.font.format.tfm.TfmFontType.Type MATHEX
public static final org.extex.font.format.tfm.TfmFontType.Type MATHSY
public static final org.extex.font.format.tfm.TfmFontType.Type OTHER
public static final org.extex.font.format.tfm.TfmFontType.Type TYPEWRITER
public static final org.extex.font.format.tfm.TfmFontType.Type VANILLA
| Constructor Detail |
|---|
public TfmFontType(java.lang.String codingscheme)
codingscheme - the coding scheme| Method Detail |
|---|
public org.extex.font.format.tfm.TfmFontType.Type getType()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toTFMString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||