org.extex.font.format.tfm
Class TfmFontType

java.lang.Object
  extended by org.extex.font.format.tfm.TfmFontType
All Implemented Interfaces:
java.io.Serializable

public class TfmFontType
extends java.lang.Object
implements java.io.Serializable

BaseFont type.

VANILLA, MATHSY, MATHEX

Version:
$Revision: 5837 $
Author:
Michael Niedermair
See Also:
Serialized Form

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

MATHEX

public static final org.extex.font.format.tfm.TfmFontType.Type MATHEX
TeX Math Extension font metric.


MATHSY

public static final org.extex.font.format.tfm.TfmFontType.Type MATHSY
TeX Math Symbols font metric.


OTHER

public static final org.extex.font.format.tfm.TfmFontType.Type OTHER
Other font metric.


TYPEWRITER

public static final org.extex.font.format.tfm.TfmFontType.Type TYPEWRITER
Typewriter font metric.


VANILLA

public static final org.extex.font.format.tfm.TfmFontType.Type VANILLA
Normal TeX font metric.

Constructor Detail

TfmFontType

public TfmFontType(java.lang.String codingscheme)
Create a new object.

Parameters:
codingscheme - the coding scheme
Method Detail

getType

public org.extex.font.format.tfm.TfmFontType.Type getType()
Returns the type.

Returns:
Returns the type.

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

toTFMString

public java.lang.String toTFMString()
Returns the font type name for font metric file.

Returns:
Returns the font type name for font metric file.