diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-11-13 14:02:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 14:02:04 +0100 |
commit | 1221cfcc4aed566c9f141459c13b0b919fc4306a (patch) | |
tree | a87efeab3044c922235bff402d92c4d168b4b0cf | |
parent | 3bb05ea6a688215f461e01f4e1141319369dac39 (diff) | |
download | display_modpack-1221cfcc4aed566c9f141459c13b0b919fc4306a.tar.gz display_modpack-1221cfcc4aed566c9f141459c13b0b919fc4306a.tar.bz2 display_modpack-1221cfcc4aed566c9f141459c13b0b919fc4306a.zip |
Update README.md
-rw-r--r-- | font_api/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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. |