From f3970f641eb60bf92492b6715084273cc1bceb74 Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Thu, 1 Feb 2018 16:54:55 +0100 Subject: Seperate signs API from signs definitions Change modnames from *_lib to *_api --- font_api/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 font_api/README.md (limited to 'font_api/README.md') diff --git a/font_api/README.md b/font_api/README.md new file mode 100644 index 0000000..c7ae64b --- /dev/null +++ b/font_api/README.md @@ -0,0 +1,14 @@ +# Font Lib + +This library for font display on entities (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. + -- cgit v1.2.3 From ab70424143c878188428de842ca893c419f605c1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Fri, 9 Nov 2018 15:28:07 +0100 Subject: Update README.md --- font_api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font_api/README.md') diff --git a/font_api/README.md b/font_api/README.md index c7ae64b..2c485d4 100644 --- a/font_api/README.md +++ b/font_api/README.md @@ -1,4 +1,4 @@ -# Font Lib +# Font API This library for font display on entities (to be used with display_api for sign creation). -- cgit v1.2.3 From 1221cfcc4aed566c9f141459c13b0b919fc4306a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Tue, 13 Nov 2018 14:02:04 +0100 Subject: Update README.md --- font_api/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'font_api/README.md') diff --git a/font_api/README.md b/font_api/README.md index 2c485d4..33af92b 100644 --- a/font_api/README.md +++ b/font_api/README.md @@ -12,3 +12,12 @@ This library for font display on entities (to be used with display_api for sign 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. -- cgit v1.2.3