v/vlib/fontstash
2025-09-07 14:05:40 +03:00
..
a_d_use_freetype.v
fontstash.c.v fontstash: define and use FONTSTASH_MALLOC_ATOMIC for the allocated texture and atlas nodes (which do not contain pointers) 2025-09-07 14:05:40 +03:00
fontstash_enums.v fmt: fix alignment of enumeration types (#21999) 2024-08-07 15:46:50 +03: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