mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
tune release notes
This commit is contained in:
+10
-6
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user