v/vlib/fontstash
2024-08-07 15:46:50 +03: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 breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +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