包 | flashx.textLayout.formats |
类 | public final class TLFTypographicCase |
继承 | TLFTypographicCase Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
typographicCase
属性定义值。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
CAPS_TO_SMALL_CAPS : String = "capsToSmallCaps" [静态] 指定大写字符在输出时使用小型大写字母字型。 | TLFTypographicCase | ||
DEFAULT : String = "default" [静态] 指定默认印刷大小写 - 没有应用特殊功能。 | TLFTypographicCase | ||
LOWERCASE : String = "lowercase" [静态] 指定所有字符在输出时都使用小写字型。 | TLFTypographicCase | ||
LOWERCASE_TO_SMALL_CAPS : String = "lowercaseToSmallCaps" [静态] 将所有小写字符转换为大写形式,然后将小型大写字母仅应用于转换过程更改的字符。 | TLFTypographicCase | ||
UPPERCASE : String = "uppercase" [静态] 指定所有字符在输出时都使用大写字型。 | TLFTypographicCase |
常量详细信息
CAPS_TO_SMALL_CAPS | 常量 |
public static const CAPS_TO_SMALL_CAPS:String = "capsToSmallCaps"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定大写字符在输出时使用小型大写字母字型。
DEFAULT | 常量 |
public static const DEFAULT:String = "default"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定默认印刷大小写 - 没有应用特殊功能。
LOWERCASE | 常量 |
public static const LOWERCASE:String = "lowercase"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定所有字符在输出时都使用小写字型。
LOWERCASE_TO_SMALL_CAPS | 常量 |
public static const LOWERCASE_TO_SMALL_CAPS:String = "lowercaseToSmallCaps"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
将所有小写字符转换为大写形式,然后将小型大写字母仅应用于转换过程更改的字符。
UPPERCASE | 常量 |
public static const UPPERCASE:String = "uppercase"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定所有字符在输出时都使用大写字型。
Tue Jun 12 2018, 11:04 AM Z