|
||||||||||
| 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.LanguageSystemTag
public final class LanguageSystemTag
Language system tags.
Language system tags identify the language systems supported in a OpenType Layout font.
| Method Summary | |
|---|---|
static LanguageSystemTag |
add(RandomAccessR rar)
Add a new language system tag. |
static LanguageSystemTag |
getInstance(java.lang.String name)
Get a new language system tag. |
static boolean |
isInList(java.lang.String name)
Check, if the name is in the language system 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 LanguageSystemTag add(RandomAccessR rar)
throws java.io.IOException
rar - The input.
java.io.IOException - if a io-error occurred.public static LanguageSystemTag getInstance(java.lang.String name)
name - The name of the language system tag.
public static boolean isInList(java.lang.String name)
name - The name of the language system tag.
true, if found, otherwise
false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||