1# OH_Drawing_FontAdjustInfo
2
3
4## Overview
5
6The OH_Drawing_FontAdjustInfo struct describes the information about a font weight mapping.
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| int [weight](#weight) | Original font weight. |
21| int [to](#to) | Font weight displayed in the application. |
22
23
24## Member Variable Description
25
26
27### to
28
29```
30int OH_Drawing_FontAdjustInfo::to
31```
32**Description**
33
34Font weight displayed in the application.
35
36
37### weight
38
39```
40int OH_Drawing_FontAdjustInfo::weight
41```
42**Description**
43
44Original font weight.
45