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

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

public final class T2ExpertEncoding
extends java.lang.Object

Expert Encoding.

(code / SID / name)

Version:
$Revision: 6604 $
Author:
Michael Niedermair

Field Summary
static java.lang.String[][] DATA
          Expert Encoding
 
Method Summary
static int getHighestCode()
          Returns the highest code.
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
Expert 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.

getSidArray

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

Returns:
Returns the SID array.