public enum Language extends Enum<Language>
GsubWorker for the given language and return
the same from the
GsubWorkerFactory.getGsubWorker(org.apache.fontbox.ttf.CmapLookup, GsubData)| Enum Constant and Description |
|---|
BENGALI |
DEVANAGARI |
DFLT |
GUJARATI |
LATIN |
UNSPECIFIED
An entry explicitly denoting the absence of any concrete language.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getScriptNames()
ScriptNames form the basis of identification of the language.
|
static Language |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Language BENGALI
public static final Language DEVANAGARI
public static final Language GUJARATI
public static final Language LATIN
public static final Language DFLT
public static final Language UNSPECIFIED
public static Language[] values()
for (Language c : Language.values()) System.out.println(c);
public static Language valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String[] getScriptNames()
Copyright © 2008–2026 The Apache Software Foundation. All rights reserved.