Lines Matching refs:text
1 # text chapter
39 | text-decoration | string | none …
40 | text-decoration-color<sup>7+</sup> | <color> | - …
41 | text-align | string | start<br/> …
43 | text-overflow | string | clip …
49 …整时,优先使用预设字号集合中的字号匹配设置的最大行数,如果预设字号集合未设置,则使用最大最小和步长调整字号。针对仍然无法满足最大行数要求的情况,使用text-overflow设置项进行截断,设置预…
51 | text-indent<sup>7+</sup> | <length> | - …
62 > - 当使用子组件span组成文本段落时,如果span属性样式异常,将导致text段落无法显示。
64 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。
66 > - text组件说明:不支持text内同时存在文本内容和span子组件。(如果同时存在,只显示span内的内容)
83 <text class="title">default text</text>
84 <text class="title textcolor">hello world with color</text>
85 <text class="title textsize">hello world with font-size</text>
86 <text class="title textletterspacing">hello world with letter-spacing</text>
87 <text class="title textwordspacing">hello world with word-spacing</text>
88 <text class="title textstyle">hello world with italic</text>
89 <text class="title textweight">hello world with font-weight</text>
90 <text class="title textdecoration1">hello world with underline</text>
91 <text class="title textdecoration2">hello world with line-through</text>
92 <text class="title textalign">hello world with text-align:right</text>
105 text-align: center;
128 text-decoration: underline;
131 text-decoration: line-through;
132 text-decoration-color: red;
135 text-align: right;
140 