演示效果:使用HEX效果:2.4 text_font| 属性名称 | 中文描述 | 取值 | 取值说明 | 使用案例 || — | — | — | — | — || text_font | 字体 | sans-_鸿蒙开发面试题">
赞
踩
ohos:id="$+id:text"
ohos:height=“match_content”
ohos:width=“match_content”
ohos:text=“blue”
ohos:text_size=“100px”
ohos:text_color=“blue”
/>
演示效果:
使用HEX效果:
| 属性名称 | 中文描述 | 取值 | 取值说明 | 使用案例 |
| — | — | — | — | — |
| text_font | 字体 | sans-serif | 可以设置的字体如表中所列。 | ohos:text_font=“HwChinese-medium” |
| | | sans-serif-medium | | |
| | | HwChinese-medium | | |
| | | sans-serif-condensed | | |
| | | sans-serif-condensed-medium | | |
| | | monospace | | |
代码演示:
<Text
ohos:id="$+id:text"
ohos:height=“match_content”
ohos:width=“match_content”
ohos:text=“李子捌”
ohos:text_size=“100px”
ohos:text_color="#000000"
ohos:text_font=“HwChinese-medium”
/>
演示效果:
| 属性名称 | 中文描述 | 取值 | 取值说明 | 使用案例 |
| — | — | — | — | — |
| italic | 文本是否斜体字体 | boolean类型 | 可以直接设置true/false,也可以引用boolean资源。 | ohos:italic=“true"ohos:italic=”$boolean:true" |
代码演示:
<Text
ohos:id="$+id:text"
ohos:height=“match_content”
ohos:width=“match_content”
ohos:text=“李子捌”
ohos:text_size=“100px”</
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。