mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 04:58:24 +08:00
11 lines
337 B
Markdown
11 lines
337 B
Markdown
# 点阵字体生成工具
|
||
|
||
fontgen从指定的tff文件,提取指定字符集(从文件中读取)的glyph,生成C常量文件。
|
||
|
||
```
|
||
./bin/fontgen ttf_filename str_filename output_filename font_size
|
||
```
|
||
* ttf\_filename tff文件
|
||
* str\_filename 字符集合(UTF-8)编码
|
||
* output\_filename 输出的文件
|
||
* font\_size 字体大小 |