Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tools/theme_gen/README.md

15 lines
379 B
Markdown
Raw Normal View History

2025-09-30 11:56:06 +08:00
## 窗体样式生成工具
负责把XML格式的窗体样式数据转换成二进制的窗体样式数据。
### 用法说明:
```
./bin/themegen input output [bin]
```
* input XML格式的窗体样式数据文件名。
* output 输出文件名。
* bin 是否生成二进制格式(目标平台有文件系统时使用)缺省生成C语言常量数组。