1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/fontstash
2023-08-03 21:06:36 +03:00
..
a_d_use_freetype.v
fontstash_enums.v examples: reduce C. prefix usage, rename fontstash enums (#14011) 2022-04-11 22:23:06 +03:00
fontstash_funcs.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
fontstash_structs.c.v all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00
fontstash.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
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