v/vlib/fontstash
2025-05-03 22:37:51 +03:00
..
a_d_use_freetype.v
fontstash.c.v checker: do not allow &u8(0), force nil like we do with &Type(0) 2025-05-03 22:37:51 +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
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