|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.cff.T2ExpertEncoding
public final class T2ExpertEncoding
Expert Encoding.
(code / SID / name)
| 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 |
|---|
public static final java.lang.String[][] DATA
| Method Detail |
|---|
public static int getHighestCode()
public static int getSID(int code)
code - the code
public static java.lang.String getString(int code)
code - the codefor the string
public static int[] getSidArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||