root 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
..
doc 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
textures 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
tools 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
API.md 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
LICENSE.txt 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
README.md 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
copyright.txt 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
depends.txt 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
deprecation.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
display_api.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
fallbacks.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
font.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
fontform.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
init.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
mod.conf 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
registry.lua 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos
settingtypes.txt 0f1c1c3a95 new_mods_and_update %!s(int64=4) %!d(string=hai) anos

README.md

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 document please.

For more information, see the forum topic 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: A multipurpose font with many chars (uppercase, lowercase and accentuated latin letters, usual signs, cyrillic and greek letters).
  • OldWizard: An old style gothic 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.