• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_Drawing_FontStyleStruct
2
3
4## 概述
5
6定义字体样式信息的结构体。
7
8**起始版本:** 12
9
10**相关模块:**[Drawing](_drawing.md)
11
12**所在头文件:**[drawing_text_typography.h](drawing__text__typography_8h.md)
13
14## 汇总
15
16
17### 成员变量
18
19| 名称 | 描述 |
20| -------- | -------- |
21| [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [weight](#weight) | 字体字重  |
22| [OH_Drawing_FontWidth](_drawing.md#oh_drawing_fontwidth) [width](#width) | 字体字宽  |
23| [OH_Drawing_FontStyle](_drawing.md#oh_drawing_fontstyle) [slant](#slant) | 字体斜体  |
24
25
26## 结构体成员变量说明
27
28
29### slant
30
31```
32OH_Drawing_FontStyle OH_Drawing_FontStyleStruct::slant
33```
34**描述**
35
36字体斜体
37
38
39### weight
40
41```
42OH_Drawing_FontWeight OH_Drawing_FontStyleStruct::weight
43```
44**描述**
45
46字体字重
47
48
49### width
50
51```
52OH_Drawing_FontWidth OH_Drawing_FontStyleStruct::width
53```
54**描述**
55
56字体字宽
57