1# OH_Drawing_FontStyleStruct
2
3
4## Overview
5
6The OH_Drawing_FontStyleStruct struct describes a font style.
7
8**Since**: 12
9
10**Related module**: [Drawing](_drawing.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| [OH_Drawing_FontWeight](_drawing.md#oh_drawing_fontweight) [weight](#weight) | Font weight. |
21| [OH_Drawing_FontWidth](_drawing.md#oh_drawing_fontwidth) [width](#width) | Font width. |
22| [OH_Drawing_FontStyle](_drawing.md#oh_drawing_fontstyle) [slant](#slant) | Font slant. |
23
24
25## Member Variable Description
26
27
28### slant
29
30```
31OH_Drawing_FontStyle OH_Drawing_FontStyleStruct::slant
32```
33**Description**
34
35Font slant.
36
37
38### weight
39
40```
41OH_Drawing_FontWeight OH_Drawing_FontStyleStruct::weight
42```
43**Description**
44
45Font weight.
46
47
48### width
49
50```
51OH_Drawing_FontWidth OH_Drawing_FontStyleStruct::width
52```
53**Description**
54
55Font width.
56