update docs

This commit is contained in:
xianjimli 2020-08-08 17:51:47 +08:00
parent 8c229fc763
commit 353cf44024
5 changed files with 15 additions and 2 deletions

View File

@ -302,6 +302,8 @@ pip install Pillow
* [Examples for Custom Widgets: Table View](https://github.com/zlgopen/awtk-widget-table-view)
* [Examples for Custom Font Loader](https://github.com/zlgopen/awtk-custom-font-loader)
The third party provides:
* [react-awtk](https://github.com/wenyufei2018/react-awtk)

View File

@ -302,6 +302,8 @@ pip install Pillow
* [扩展控件实例:表格视图](https://github.com/zlgopen/awtk-widget-table-view)
* [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader)
第三方提供:
* [react-awtk](https://github.com/wenyufei2018/react-awtk)

View File

@ -2,6 +2,7 @@
* 2020/08/08
* 完善 fontgen支持生成二进制数据。
* 增加[自定义字体加载器](https://github.com/zlgopen/awtk-custom-font-loader),实现加载部分字体。
* 2020/08/07
* 候选字控件 (candidate) 支持设置 margin style。

View File

@ -218,4 +218,8 @@ COMMON_CCFLAGS=COMMON_CCFLAGS+' -DNATIVE_WINDOW_BORDERLESS=1 '
* 从 assets/default/raw/styles/default.xml 中去掉不必要的。
* 去掉不必要的图片。一些控件去掉了,相应的图片也没有必要了。
* 去掉不必要的图片。一些控件去掉了,相应的图片也没有必要了。
#### 16. 内存不够内部flash不够如何加载大字体文件
请参考:[自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader)

View File

@ -1,3 +1,7 @@
# AWTK 应用程序在 Windows 下的图标资源
如果需要修改应用程序的图标,可以用自己的 .res 文件代替 awtk.res或者用 [ResEdit](http://rsdt.free.fr/ResEdit-x64.7z) 直接编辑 awtk.res 文件。
如果需要修改应用程序的图标,有两种方法:
* 1. 用 VC 创建的 .res 文件代替 awtk.res
* 2. 用 [ResEdit](http://rsdt.free.fr/ResEdit-x64.7z) 直接编辑 awtk.res 文件。