1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-03 08:30:42 +02:00

Multiple fonts and UTF chars support

This commit is contained in:
Pierre-Yves Rollo
2017-12-19 21:52:49 +01:00
parent ce8e214400
commit 46d2ce085e
163 changed files with 291 additions and 81 deletions

View File

@ -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) ;