aboutsummaryrefslogtreecommitdiff
path: root/font_api/README.md
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2019-12-31 17:06:15 +0100
committerPierre-Yves Rollo <dev@pyrollo.com>2019-12-31 17:06:15 +0100
commit135cae721906d312cd0084f7343a15760e3aa722 (patch)
tree2e17a8b49e86c5b99e9ff8681879f28860437d74 /font_api/README.md
parentde915427ee9e4e741dc5079a57b8d129e2b7e916 (diff)
downloaddisplay_modpack_no_craft-135cae721906d312cd0084f7343a15760e3aa722.tar.gz
display_modpack_no_craft-135cae721906d312cd0084f7343a15760e3aa722.zip
Removed display_api, signs_api, and font_api to make them subtrees
Diffstat (limited to 'font_api/README.md')
-rw-r--r--font_api/README.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/font_api/README.md b/font_api/README.md
deleted file mode 100644
index ff1dd98..0000000
--- a/font_api/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Font API
-
-A library for rendernig text on textures (to be used with display_api for sign creation).
-
-**Dependancies**: default
-
-**License**: LGPL
-
-(Default font taken from VanessaE's homedecor/signs_lib, originally under WTFPL)
-
-**API**: See [API.md](https://github.com/pyrollo/display_modpack/blob/master/font_api/API.md) document please.
-
-For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=13563) at the Minetest forums.
-
-## Extra fonts
-
-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:
-
- * [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.