包 | flashx.textLayout.formats |
类 | public final class BaselineOffset |
继承 | BaselineOffset Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
TextLayoutFormat
和 ContainerFormattedElement
类的 firstBaselineOffset
属性值。确定从容器顶部边界到第一行基线之间的偏移。可以将基线偏移指定为行的上缘、行高或自动生成的量。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ASCENT : String = "ascent" [静态] 指定等于行的上缘的偏移量,即,行中最高字体的上缘,考虑内联图形,以图形底部作为基线。 | BaselineOffset | ||
AUTO : String = "auto" [静态] 将行的上缘与容器顶部边界对齐。 | BaselineOffset | ||
LINE_HEIGHT : String = "lineHeight" [静态] 指定等于行高的偏移量。 | BaselineOffset |
常量详细信息
ASCENT | 常量 |
public static const ASCENT:String = "ascent"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定等于行的上缘的偏移量,即,行中最高字体的上缘,考虑内联图形,以图形底部作为基线。
AUTO | 常量 |
public static const AUTO:String = "auto"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
将行的上缘与容器顶部边界对齐。
LINE_HEIGHT | 常量 |
public static const LINE_HEIGHT:String = "lineHeight"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定等于行高的偏移量。
Tue Jun 12 2018, 11:04 AM Z