public class ScriptShapingLevel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FULL
Script requires full shaping support.
|
static int |
length |
static int |
MINIMUM
Script requires minimum shaping support.
|
static int |
NONE
Script does not require shaping.
|
static int |
UNKNOWN
This is used when the level for the script is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String scriptShapingLevelName) |
static java.lang.String |
getName(int scriptShapingLevel) |
static int[] |
getValues() |
static java.lang.String |
toString(int scriptShapingLevel) |
public static int NONE
public static int UNKNOWN
Remarks:
It should not happen.
public static int MINIMUM
Remarks:
It is not clear, what Minimum means. Minimum is set for some very popular scripts (Latin, Cyrillic...).
public static int FULL
public static int length