1# OH_Drawing_FontFeature
2
3
4## Overview
5
6The OH_Drawing_FontFeature struct describes a font feature.
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| char \* [tag](#tag) | Tag of the font feature. |
21| int [value](#value) | Value of the font feature. |
22
23
24## Member Variable Description
25
26
27### tag
28
29```
30char* OH_Drawing_FontFeature::tag
31```
32**Description**
33
34Tag of the font feature.
35
36
37### value
38
39```
40int OH_Drawing_FontFeature::value
41```
42**Description**
43
44Value of the font feature.
45