跳转到内容

TextOverflow

此内容尚不支持你的语言。

const TextOverflow: object

Defined in: ui/core/text.ts:42

What a run too big for its box does. Needs a box: Clip and Ellipsis drop the lines past the box height, and trim a line past the box width. Trimming is whole-glyph — text does not go through a scissor, so a partial glyph is not something this can draw.

readonly Clip: 1 = 1

readonly Ellipsis: 2 = 2

readonly Visible: 0 = 0