v/vlib/fontstash
2024-03-25 12:18:27 +02:00
..
a_d_use_freetype.v v: deprecate @VROOT in favour of @VMODROOT (#9795) 2021-04-19 19:01:47 +03:00
fontstash.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
fontstash_enums.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
fontstash_funcs.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
fontstash_structs.c.v all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00

Description

fontstash is a thin wrapper over https://github.com/memononen/fontstash, which in turn is a light-weight online font texture atlas builder written in C. It uses stb_truetype to render fonts on demand to a texture atlas