org.extex.font.format.xtf.tables.cff
Class T2StandardEncoding

java.lang.Object
  extended by org.extex.font.format.xtf.tables.cff.T2StandardEncoding

public final class T2StandardEncoding
extends java.lang.Object

Standard Encoding.

(code / SID / name)

Version:
$Revision: 6604 $
Author:
Michael Niedermair

Field Summary
static java.lang.String[][] DATA
          Standard Encoding
 
Method Summary
static int getHighestCode()
          Returns the highest code.
static java.lang.String getName()
          Returns the name of the encoding.
static int getSID(int code)
          Returns the SID for a code or -1 if not found.
static int[] getSidArray()
          Returns the SID array.
static java.lang.String getString(int code)
          Returns the name or '.notdef' if number out of range.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA

public static final java.lang.String[][] DATA
Standard Encoding

Method Detail

getHighestCode

public static int getHighestCode()
Returns the highest code.

Returns:
Returns the highest code.

getSID

public static int getSID(int code)
Returns the SID for a code or -1 if not found.

Parameters:
code - the code
Returns:
Returns the SID for a code or -1 if not found.

getString

public static java.lang.String getString(int code)
Returns the name or '.notdef' if number out of range.

Parameters:
code - the codefor the string
Returns:
Returns the name or '.notdef' if number out of range.

getName

public static java.lang.String getName()
Returns the name of the encoding.

Returns:
Returns the name of the encoding.

getSidArray

public static int[] getSidArray()
Returns the SID array.

Returns:
Returns the SID array.