diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2017-12-19 21:52:49 +0100 |
---|---|---|
committer | Pierre-Yves Rollo <dev@pyrollo.com> | 2017-12-19 21:55:06 +0100 |
commit | 46d2ce085ea47f7f9b86ec74858c6cc1317b04a6 (patch) | |
tree | 59cc09832d87fbf1d832b32f3f32278019040017 /README.md | |
parent | ce8e21440062677df64095cc630d62d57173a07e (diff) |
Multiple fonts and UTF chars support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -13,6 +13,16 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2017-12-19 + +This change is a preparation to merge Andrzej Pieńkowski fork (apienk) : new font and support of UTF chars. + +- Font\_lib support for multiple fonts (nothing yet visible in mods) ; + +- Font\_lib support for Unicode characters (limited to Unicode Plane 0: 0000-FFFF, see [Wikipedia](https://en.wikipedia.org/wiki/Unicode)) ; + +- New "default" font with original textures from Vanessa Ezekowitz (VanessaE) ; + ### 2017-12-10 - Compatibility of signs mod with signs_lib (thanks to gpcf) ; |