mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ttf: improvement on not found glyphs (#8050)
This commit is contained in:
@@ -156,7 +156,7 @@ fn (mut tf_skl TTF_render_Sokol) create_texture(){
|
||||
height: h
|
||||
num_mipmaps: 0
|
||||
min_filter: .linear
|
||||
mag_filter: .linear
|
||||
mag_filter: .linear
|
||||
//usage: .dynamic
|
||||
wrap_u: .clamp_to_edge
|
||||
wrap_v: .clamp_to_edge
|
||||
|
||||
Reference in New Issue
Block a user