v/vlib/x/ttf
penguindark 1d1fda9522
x.ttf: fix for the MSVC `get_string` pointer issue (#8139)
* fix tab and spaces in indentation

* fix for glyph not found error

* fix for get_String in ttf.v pointer problems with MSVC

* avoid second return in get_string

* move from u32 to u64 to byteptr in 64 bit systems
2021-01-15 20:40:56 +02:00
..
common.v ttf: improvement on not found glyphs (#8050) 2021-01-12 00:49:58 +01:00
render_bmp.v ttf: improvement on not found glyphs (#8050) 2021-01-12 00:49:58 +01:00
render_sokol_cpu.v ttf: improvement on not found glyphs (#8050) 2021-01-12 00:49:58 +01:00
text_block.v vlib: add a TTF font loader and render in `x.ttf` (#7995) 2021-01-10 20:14:41 +02:00
ttf.v x.ttf: fix for the MSVC `get_string` pointer issue (#8139) 2021-01-15 20:40:56 +02:00
ttf_test.v examples: use os.resource_abs_path, so `v run examples/ttf_font/example_ttf.v` works 2021-01-10 20:36:50 +02:00