v/vlib/fontstash
Delyan Angelov 9c7eb576c7
add a new Context.set_alignment function
2022-04-11 21:42:09 +03:00
..
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
a_d_use_freetype.v
fontstash.c.v add a new Context.set_alignment function 2022-04-11 21:42:09 +03:00
fontstash_enums.v add a new Context.set_alignment function 2022-04-11 21:42:09 +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