• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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**Header file**: [drawing_text_typography.h](drawing__text__typography_8h.md)
13
14## Summary
15
16
17### Member Variables
18
19| Name| Description|
20| -------- | -------- |
21| int [weight](#weight) | Original font weight. |
22| int [to](#to) | Font weight displayed in the application. |
23
24
25## Member Variable Description
26
27
28### to
29
30```
31int OH_Drawing_FontAdjustInfo::to
32```
33**Description**
34
35Font weight displayed in the application.
36
37
38### weight
39
40```
41int OH_Drawing_FontAdjustInfo::weight
42```
43**Description**
44
45Original font weight.
46