drawing_text_declaration.h
概述
提供2D绘制文本相关的数据结构声明。
引用文件:<native_drawing/drawing_text_declaration.h>
库: libnative_drawing.so
起始版本: 8
相关模块:Drawing
汇总
类型定义
| 名称 | 描述 |
|---|---|
| typedef struct OH_Drawing_FontCollection OH_Drawing_FontCollection | 用于加载字体。 |
| typedef struct OH_Drawing_Typography OH_Drawing_Typography | 用于管理排版的布局和显示等。 |
| typedef struct OH_Drawing_TextStyle OH_Drawing_TextStyle | 用于管理字体颜色、装饰等。 |
| typedef struct OH_Drawing_TypographyStyle OH_Drawing_TypographyStyle | 用于管理排版风格,如文字方向等。 |
| typedef struct OH_Drawing_TypographyCreate OH_Drawing_TypographyCreate | 用于创建OH_Drawing_Typography。 |
| typedef struct OH_Drawing_TextBox OH_Drawing_TextBox | 用于接收文本框的矩形大小、方向和数量大小 |
| typedef struct OH_Drawing_PositionAndAffinity OH_Drawing_PositionAndAffinity | 用于接收字体的位置和亲和性 |
| typedef struct OH_Drawing_Range OH_Drawing_Range | 用于接收字体的起始位置和结束位置 |
| typedef struct OH_Drawing_TextShadow OH_Drawing_TextShadow | 用于管理文本阴影。 |
| typedef struct OH_Drawing_FontParser OH_Drawing_FontParser | 用来解析系统字体文件。 |