From f145f409e545495590c351fa23109fb65adfe7b4 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 29 Nov 2018 12:39:36 +0800 Subject: [PATCH] tune format --- RELEASE-NOTES.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 83f05ffa..d2ffdf25 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -11,19 +11,19 @@ Please report any bugs and incompatibilities in ### What's new in this version * ENHANCEMENTS: - 1. New API: SyncUpdateDC (). You can use this function to synchronize + 1. New API: `SyncUpdateDC`. You can use this function to synchronize the update rectangles of a surface to screen, if the surface represents the shadow frame buffer of the screen. - configure option: --enable-syncupdate - macro: _MGUSE_SYNC_UPDATE + * configure option: `--enable-syncupdate` + * macro: `_MGUSE_SYNC_UPDATE` 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). + 1. Add `__mg_save_jpg` function for storing MYBITMAP as JPEG file (10km). + 1. Modified logic for checking JPEG format (10km). 1. Support BIDI for UNICODE charsets and cleanup the implementation. - * New API: GetGlyphBIDIType - * BIDI flag for DC attribute. + * New API: `GetGlyphBIDIType` to get the glyph type in BIDI. + * New DC attribute: BIDI flag. 1. Enhance commlcd engint to support more pixel type and synchronously update. - 1. Add USVFB IAL engine and NEWGAL engine for web display server. + 1. New USVFB IAL engine and NEWGAL engine for web display server. * BUGFIXING: 1. handle `PNG_COLOR_TYPE_GRAY_ALPHA` color type of PNG files.