awtk/docs/chinese_ime.md
2019-06-27 15:40:11 +08:00

11 lines
560 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.

# 如何加入中文输入法
在示例项目中没有加入输入法主要是开发板的flash不够。如果flash够大(不小于4M时),可以自行加入:
* 加入3rd/gpinyin/src中的代码。
* 加入src/input\_engines/input\_engine\_pinyin.cpp。
* 去掉src/input\_engines/input\_engine\_null.cpp。
* include路径加入3rd/gpinyin/include。
* 把default\_full.ttf拷贝到default.tff重新生成资源并编译(defualt.ttf中没有汉字default\_full.ttf里才有所以需要切换字体否则输入的字符无法显示)。