From 7d671c831851ef57a7ef2611be3fd6e170aa8abb Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 15 Apr 2019 15:57:58 +0800 Subject: [PATCH] tune release notes for LoadDevFontFromFile --- RELEASE-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 92691005..89b1f177 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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).