HarmonyOS(鸿蒙),java面试笔试题及答案

ohos:id="$+id:text"

ohos:height=“match_content”

ohos:width=“match_content”

ohos:text=“blue”

ohos:text_size=“100px”

ohos:text_color=“blue”

/>

演示效果:

在这里插入图片描述

使用HEX效果:

在这里插入图片描述

2.4 text_font

| 属性名称 | 中文描述 | 取值 | 取值说明 | 使用案例 |

| — | — | — | — | — |

| text_font | 字体 | sans-serif | 可以设置的字体如表中所列。 | ohos:text_font=“HwChinese-medium” |

| | | sans-serif-medium | | |

| | | HwChinese-medium | | |

| | | sans-serif-condensed | | |

| | | sans-serif-condensed-medium | | |

| | | monospace | | |

代码演示:

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”

/>

演示效果:

在这里插入图片描述

2.5 italic

| 属性名称 | 中文描述 | 取值 | 取值说明 | 使用案例 |

| — | — | — | — | — |

| italic | 文本是否斜体字体 | boolean类型 | 可以直接设置true/false,也可以引用boolean资源。 | ohos:italic=“true"ohos:italic=”$boolean:true" |

代码演示:

ohos:id="$+id:text"

ohos:height=“match_content”

ohos:width=“match_content”

ohos:text=“李子捌”

ohos:text_size=“100px”

你可能感兴趣的:(程序员,面试,java,后端)