aboutsummaryrefslogtreecommitdiff
path: root/font_api/README.md
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2018-12-11 11:52:55 +0100
committerPierre-Yves Rollo <dev@pyrollo.com>2018-12-11 11:52:55 +0100
commit81e6dc89aecb06986908b48959751956d4be2e4d (patch)
tree1effaefd76b5a675d5fdcd60308685ac024f9476 /font_api/README.md
parentd0138092444354b5a9200db23a43e71a8c8f5cfc (diff)
downloaddisplay_modpack_no_craft-81e6dc89aecb06986908b48959751956d4be2e4d.tar.gz
display_modpack_no_craft-81e6dc89aecb06986908b48959751956d4be2e4d.zip
Added font_lib deprecation and corresponding notices in READMEs
Diffstat (limited to 'font_api/README.md')
-rw-r--r--font_api/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/font_api/README.md b/font_api/README.md
index 33af92b..13d287f 100644
--- a/font_api/README.md
+++ b/font_api/README.md
@@ -16,8 +16,16 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic
You can add fonts by installing fonts mod. Be aware that each font comes with numerous textures. This can result in slowing media downloading and/or client display.
-Font mods can be found here:
+Font mods can be found here:
* [Metro](https://github.com/pyrollo/display_modpack/tree/master/font_metro): A multipurpose font with many chars (uppercase, lowercase and accentuated latin letters, usual signs, cyrillic and greek letters).
* [OldWizard](https://github.com/pyrollo/font_oldwizard): An old style gothic font.
* [Botic](https://github.com/pyrollo/font_botic): A scifi style font.
+
+ ## Deprecation notice (for modders)
+
+ ### December 2018
+ Following object is deprecate, shows a warning in log when used:
+ * `font_lib` global table (use `font_api` global table instead);
+
+ This object will be removed in the future.