awtk/docs/chinese_ime.md

11 lines
560 B
Markdown
Raw Normal View History

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