mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
685 B
685 B
bsvg_t
概述
SVG的二进制格式。
函数
函数名称 | 说明 |
---|---|
bsvg_init | 初始化bsvg对象。 |
bsvg_init 函数
- 函数功能:
初始化bsvg对象。
- 函数原型:
bsvg_t* bsvg_init (bsvg_t* , const uint32_t* data, size size);
- 参数说明:
参数 | 类型 | 说明 |
---|---|---|
返回值 | bsvg_t* | 返回解析后的svg。 |
bsvg_t* | 。 | |
data | const uint32_t* | svg数据。 |
size | size | data长度。 |