flash.text 包中包含用于处理文本字段、文本格式、文本度量、样式表和布局的类。高级锯齿消除功能可通过 flash.text.TextFormat 以及 flash.text.TextRenderer 类用于 Flash Player 8 和更高版本。




 说明
 AntiAliasType AntiAliasType 类为 flash.text.TextField 类中的消除锯齿提供值。
 CSMSettings CSMSettings 类所包含的一些属性可与 TextRenderer.setAdvancedAntiAliasingTable() 方法配合使用以提供连续笔触调制 (CSM)。
 Font Font 类可用来管理 SWF 文件中的嵌入字体。
 FontStyle FontStyle 类提供 TextRenderer 类的值。
 FontType FontType 类包含 Font 类的 fontType 属性的枚举常量 "embedded" 和 "device"。
 GridFitType GridFitType 类定义 TextField 类中的网格固定值。
 StaticText 此类表示显示列表中的 StaticText 对象。
 StyleSheet 使用 StyleSheet 类可以创建包含文本格式设置规则(例如,字体大小、颜色和其它格式样式)的 StyleSheet 对象。
 TextColorType TextColorType 类为 flash.text.TextRenderer 类提供颜色值。
 TextDisplayMode TextDisplayMode 类包含控制高级消除锯齿系统的子像素锯齿消除的值。
 TextField TextField 类用于创建显示对象以显示和输入文本。
 TextFieldAutoSize TextFieldAutoSize 类是在设置 TextField 类的 autoSize 属性时使用的常数值的枚举。
 TextFieldType TextFieldType 类是在设置 TextField 类的 type 属性时使用的常数值的枚举。
 TextFormat TextFormat 类描述字符格式设置信息。
 TextFormatAlign TextFormatAlign 类为 TextFormat 类中的文本对齐方式提供值。
 TextLineMetrics TextLineMetrics 类包含文本字段中某行文本的文本位置和度量值的相关信息。
 TextRenderer TextRenderer 类提供了嵌入字体的高级消除锯齿功能。
 TextSnapshot TextSnapshot 对象可用于处理影片剪辑中的静态文本。