v/vlib/fontstash
Alexander Medvednikov d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
..
README.md
a_d_use_freetype.v
fontstash.c.v all: byte => u8 2022-04-15 14:58:56 +03:00
fontstash_enums.v examples: reduce C. prefix usage, rename fontstash enums (#14011) 2022-04-11 22:23:06 +03:00
fontstash_funcs.c.v
fontstash_structs.c.v

README.md

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