|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.tag.Tag
org.extex.font.format.xtf.tables.tag.ScriptTag
public final class ScriptTag
Script Tags.
Script tags identify the scripts represented in a OpenType Layout font.
When the ScriptList table is searched for a script, and no entry is found, and there is an entry for the 'DFLT' script, then this entry must be used.
| Method Summary | |
|---|---|
static ScriptTag |
getDefault()
Return the name of the default script tag. |
static ScriptTag |
getInstance(java.lang.String name)
Get a new script tag. |
static boolean |
isInList(java.lang.String name)
Check, if the name is in the script tag list. |
| Methods inherited from class org.extex.font.format.xtf.tables.tag.Tag |
|---|
format, getTag, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ScriptTag getDefault()
public static ScriptTag getInstance(java.lang.String name)
name - The name of the script tag.
public static boolean isInList(java.lang.String name)
name - The name of the script tag.
true, if found, otherwise
false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||