tune release notes for LoadDevFontFromFile

This commit is contained in:
Vincent Wei
2019-04-15 15:57:58 +08:00
parent 76f4bf3661
commit 7d671c8318
+3 -1
View File
@@ -16,8 +16,10 @@ Please report any bugs and incompatibilities in
represents the shadow frame buffer of the screen.
* configure option: `--enable-syncupdate`
* macro: `_MGUSE_SYNC_UPDATE`
1. New API: `UpdateInvalidClient`. You can use this function to update
1. New API `UpdateInvalidClient`. You can use this function to update
the invalid client region of a window instantly.
1. New API `LoadDevFontFromFile`. You can use this function to load
a device font from incore data.
1. Use different colors for the output of `_DBG_PRINTF` and `_ERR_PRINTF`.
1. Add `__mg_save_jpg` function for storing MYBITMAP as JPEG file (10km).
1. Modified logic for checking JPEG format (10km).