1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
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
ttf_test.v
ttf.v x.ttf: fix for the MSVC get_string pointer issue (#8139) 2021-01-15 20:40:56 +02:00