public enum TscFontTypeEnum extends java.lang.Enum<TscFontTypeEnum>
Enum Constant and Description |
---|
Font_12x20_For_English_Number
12 x 20 dot 英数字体
English_Number
|
Font_14x19_For_English_Number
14 x 19 dot 英数字体
English_Number
|
Font_14x25_For_English_Number
14 x 25 dot 英数字体
English_Number
|
Font_16x24_For_English_Number
16 x 24 dot 英数字体
English_Number
|
Font_21x27_For_English_Number
21 x 27 dot 英数字体
English_Number
|
Font_24x32_For_English_Number
24 x 32 dot 英数字体
English_Number
|
Font_32x48_For_English_Number
32 x 48 dot 英数字体
English_Number
|
Font_8x12_For_English_Number
8 x 12 dot 英数字体
English_Number
|
Font_KS24_For_Korea
韩文 24 x 24 font (KS 码)
Korea
|
Font_TSS16_BF2_For_Simple_Chinese
简体中文 16 x 16 font (GB码)
Simple Chinese
|
Font_TSS24_BF2_For_Simple_Chinese
简体中文 24 x 24 font (GB码)
Simple Chinese
|
Font_TST16_BF2_For_Traditional_Chinese
繁体中文 16 x 16 font (大五码)
Traditional Chinese
|
Font_TST24_BF2_For_Traditional_Chinese
繁体中文 24 x 24 font (大五码)
Traditional Chinese
|
Font_TTT24_BF2_For_Traditional_Chinese_TelcomCode
繁体中文 24 x 24 font (电信码)
Traditional Chinese
|
Modifier and Type | Method and Description |
---|---|
static TscFontTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TscFontTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TscFontTypeEnum Font_8x12_For_English_Number
public static final TscFontTypeEnum Font_12x20_For_English_Number
public static final TscFontTypeEnum Font_16x24_For_English_Number
public static final TscFontTypeEnum Font_24x32_For_English_Number
public static final TscFontTypeEnum Font_32x48_For_English_Number
public static final TscFontTypeEnum Font_14x19_For_English_Number
public static final TscFontTypeEnum Font_14x25_For_English_Number
public static final TscFontTypeEnum Font_21x27_For_English_Number
public static final TscFontTypeEnum Font_TST24_BF2_For_Traditional_Chinese
public static final TscFontTypeEnum Font_TST16_BF2_For_Traditional_Chinese
public static final TscFontTypeEnum Font_TTT24_BF2_For_Traditional_Chinese_TelcomCode
public static final TscFontTypeEnum Font_TSS24_BF2_For_Simple_Chinese
public static final TscFontTypeEnum Font_TSS16_BF2_For_Simple_Chinese
public static final TscFontTypeEnum Font_KS24_For_Korea
public static TscFontTypeEnum[] values()
for (TscFontTypeEnum c : TscFontTypeEnum.values()) System.out.println(c);
public static TscFontTypeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null