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

java.lang.Object
  extended byde.dante.extex.font.type.tfm.TFMConstants

public class TFMConstants
extends java.lang.Object

Constants for the TFM font.

Version:
$Revision: 1.1 $
Author:
Michael Niedermair

Field Summary
static int CONST_10
          10
static int CONST_1000
          1000
static int CONST_127
          127
static int CONST_2
          2
static int CONST_4
          4
static int CONST_5
          5
static int CONST_6
          6
static int CONST_8
          8
static int CONST_X03
          0x03
static int CONST_X0F
          0x0f
static int CONST_X3F
          0x3f
static int CONST_X80
          0x80
static int CONST_XFF
          0xff
 
Constructor Summary
TFMConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONST_XFF

public static final int CONST_XFF
0xff

See Also:
Constant Field Values

CONST_X0F

public static final int CONST_X0F
0x0f

See Also:
Constant Field Values

CONST_X3F

public static final int CONST_X3F
0x3f

See Also:
Constant Field Values

CONST_X03

public static final int CONST_X03
0x03

See Also:
Constant Field Values

CONST_X80

public static final int CONST_X80
0x80

See Also:
Constant Field Values

CONST_2

public static final int CONST_2
2

See Also:
Constant Field Values

CONST_4

public static final int CONST_4
4

See Also:
Constant Field Values

CONST_8

public static final int CONST_8
8

See Also:
Constant Field Values

CONST_5

public static final int CONST_5
5

See Also:
Constant Field Values

CONST_6

public static final int CONST_6
6

See Also:
Constant Field Values

CONST_10

public static final int CONST_10
10

See Also:
Constant Field Values

CONST_127

public static final int CONST_127
127

See Also:
Constant Field Values

CONST_1000

public static final int CONST_1000
1000

See Also:
Constant Field Values
Constructor Detail

TFMConstants

public TFMConstants()