v/vlib/fontstash
2024-04-01 22:07:05 +03:00
..
a_d_use_freetype.v
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 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
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