awtk/tools/font_gen/README.md
2018-04-01 11:34:05 +08:00

11 lines
337 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 点阵字体生成工具
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 字体大小