Package com.adobe.fontengine
Class Properties
- java.lang.Object
-
- com.adobe.fontengine.Properties
-
public final class Properties extends java.lang.Object
With minor simplifications and Java porting details, this code was extracted directly from CTS_AGL_Properties.c. Refer to that code for more information or for comparison if you think you see a bug here.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CASE_TAILORING_DOTTED_I
static int
CASE_TAILORING_NONE
static int
CASE_TAILORING_SHARP_S
static int
CASE_TAILORING_SUBSCRIPT_IOTA
static int
MAX_CASE_EXPANSION
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getFullLowerCase(int usv, int tailorings, int[] result)
static int
getFullUpperCase(int usv, int tailorings, int[] result)
-
-
-
Field Detail
-
MAX_CASE_EXPANSION
public static final int MAX_CASE_EXPANSION
- See Also:
- Constant Field Values
-
CASE_TAILORING_NONE
public static final int CASE_TAILORING_NONE
- See Also:
- Constant Field Values
-
CASE_TAILORING_DOTTED_I
public static final int CASE_TAILORING_DOTTED_I
- See Also:
- Constant Field Values
-
CASE_TAILORING_SHARP_S
public static final int CASE_TAILORING_SHARP_S
- See Also:
- Constant Field Values
-
CASE_TAILORING_SUBSCRIPT_IOTA
public static final int CASE_TAILORING_SUBSCRIPT_IOTA
- See Also:
- Constant Field Values
-
-