FontFeature

遗产: java.lang.Object

public class FontFeature

字段

场地描述
CONTEXTUAL_LIGATURES
DISCRETIONARY_LIGATURES
GLYPH_COMPOSITION_DECOMPOSITION
HISTORICAL_LIGATURES
KERNING
LINING_FIGURES
OLDSTYLE_FIGURES
PROPORTIONAL_FIGURES
REQUIRED_LIGATURES
STANDARD_LIGATURES
STYLISTIC_SET_01
STYLISTIC_SET_02
STYLISTIC_SET_03
STYLISTIC_SET_04
STYLISTIC_SET_05
STYLISTIC_SET_06
STYLISTIC_SET_07
STYLISTIC_SET_08
STYLISTIC_SET_09
STYLISTIC_SET_10
STYLISTIC_SET_11
STYLISTIC_SET_12
STYLISTIC_SET_13
STYLISTIC_SET_14
STYLISTIC_SET_15
STYLISTIC_SET_16
STYLISTIC_SET_17
STYLISTIC_SET_18
STYLISTIC_SET_19
STYLISTIC_SET_20
TABULAR_FIGURES
VERTICAL_ALTERNATES
VERTICAL_ALTERNATES_AND_ROTATION
length

方法

方法描述
equals(Object arg0)
fromName(String fontFeatureName)
getClass()
getName(int fontFeature)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int fontFeature)
wait()
wait(long arg0)
wait(long arg0, int arg1)

CONTEXTUAL_LIGATURES

public static int CONTEXTUAL_LIGATURES

DISCRETIONARY_LIGATURES

public static int DISCRETIONARY_LIGATURES

GLYPH_COMPOSITION_DECOMPOSITION

public static int GLYPH_COMPOSITION_DECOMPOSITION

HISTORICAL_LIGATURES

public static int HISTORICAL_LIGATURES

KERNING

public static int KERNING

LINING_FIGURES

public static int LINING_FIGURES

OLDSTYLE_FIGURES

public static int OLDSTYLE_FIGURES

PROPORTIONAL_FIGURES

public static int PROPORTIONAL_FIGURES

REQUIRED_LIGATURES

public static int REQUIRED_LIGATURES

STANDARD_LIGATURES

public static int STANDARD_LIGATURES

STYLISTIC_SET_01

public static int STYLISTIC_SET_01

STYLISTIC_SET_02

public static int STYLISTIC_SET_02

STYLISTIC_SET_03

public static int STYLISTIC_SET_03

STYLISTIC_SET_04

public static int STYLISTIC_SET_04

STYLISTIC_SET_05

public static int STYLISTIC_SET_05

STYLISTIC_SET_06

public static int STYLISTIC_SET_06

STYLISTIC_SET_07

public static int STYLISTIC_SET_07

STYLISTIC_SET_08

public static int STYLISTIC_SET_08

STYLISTIC_SET_09

public static int STYLISTIC_SET_09

STYLISTIC_SET_10

public static int STYLISTIC_SET_10

STYLISTIC_SET_11

public static int STYLISTIC_SET_11

STYLISTIC_SET_12

public static int STYLISTIC_SET_12

STYLISTIC_SET_13

public static int STYLISTIC_SET_13

STYLISTIC_SET_14

public static int STYLISTIC_SET_14

STYLISTIC_SET_15

public static int STYLISTIC_SET_15

STYLISTIC_SET_16

public static int STYLISTIC_SET_16

STYLISTIC_SET_17

public static int STYLISTIC_SET_17

STYLISTIC_SET_18

public static int STYLISTIC_SET_18

STYLISTIC_SET_19

public static int STYLISTIC_SET_19

STYLISTIC_SET_20

public static int STYLISTIC_SET_20

TABULAR_FIGURES

public static int TABULAR_FIGURES

VERTICAL_ALTERNATES

public static int VERTICAL_ALTERNATES

VERTICAL_ALTERNATES_AND_ROTATION

public static int VERTICAL_ALTERNATES_AND_ROTATION

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String fontFeatureName)

public static int fromName(String fontFeatureName)

参数:

范围类型描述
fontFeatureNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int fontFeature)

public static String getName(int fontFeature)

参数:

范围类型描述
fontFeatureint

退货: java.lang.字符串

getValues()

public static int[] getValues()

退货: 整数[]

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

toString(int fontFeature)

public static String toString(int fontFeature)

参数:

范围类型描述
fontFeatureint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int