tune release notes

This commit is contained in:
WEI Yongming
2019-04-12 18:22:07 +08:00
parent 2879190c44
commit 8baaad037a
+10 -6
View File
@@ -269,6 +269,16 @@ We use the slice allocator when laying out the text in complex scripts.
Note that this implementation is derived from LGPL'd glib.
#### Other Enhancements
* A new BITMAP type `BMP_TYPE_REPLACEKEY` was added. When `bmType` of a BITMAP object
has this bit set, any pixel which is equal to `bmColorKey` will be replaced by
`bmColorRep`.
* Support for libPNG 1.6.x.
* Support for Ubuntu 18.04 LTS.
#### Backward Compatibility Issues
In MiniGUI 4.0.0, we changed some unreasonable APIs which were introduced
@@ -323,12 +333,6 @@ if you want to get the height and descent data of one font.
The the basic glyph type and break type have been removed from GLYPHINFO
structure. You should use `GetACharType` instead.
#### Other Changes
A new BITMAP type `BMP_TYPE_REPLACEKEY` was added. When `bmType` of a BITMAP object
has this bit set, any pixel which is equal to `bmColorKey` will be replaced by
`bmColorRep`.
#### Deprecated Features
Support for FreeType1 was removed.