• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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**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| char \* [tag](#tag) | Tag of the font feature. |
22| int [value](#value) | Value of the font feature. |
23
24
25## Member Variable Description
26
27
28### tag
29
30```
31char* OH_Drawing_FontFeature::tag
32```
33**Description**
34
35Tag of the font feature.
36
37
38### value
39
40```
41int OH_Drawing_FontFeature::value
42```
43**Description**
44
45Value of the font feature.
46