de.dante.extex.font.type.tfm
Class TFMFontType

java.lang.Object
  extended byde.dante.extex.font.type.tfm.TFMFontType
All Implemented Interfaces:
java.io.Serializable

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

Font type.

VANILLA, MATHSY, MATHEX

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

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

VANILLA

public static final de.dante.extex.font.type.tfm.TFMFontType.Type VANILLA
Normal TeX font metric


MATHSY

public static final de.dante.extex.font.type.tfm.TFMFontType.Type MATHSY
TeX Math Symbols font metric


MATHEX

public static final de.dante.extex.font.type.tfm.TFMFontType.Type MATHEX
TeX Math Extension font metric

Constructor Detail

TFMFontType

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

Parameters:
codingscheme - the coding scheme
Method Detail

getType

public de.dante.extex.font.type.tfm.TFMFontType.Type getType()
Returns the type.

Returns:
Returns the type.

toString

public java.lang.String toString()
See Also:
Object.toString()

toTFMString

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

Returns:
Returns the font type name for fontmetric-file.