mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gl, glfw, freetype fixes
This commit is contained in:
@@ -120,7 +120,7 @@ pub fn (ctx &GG) draw_text_def(x, y int, text string) {
|
||||
cfg := gx.TextCfg {
|
||||
color: gx.Black
|
||||
size: default_font_size
|
||||
align: gx.ALIGN_LEFT
|
||||
align: gx.align_left
|
||||
}
|
||||
ctx.draw_text(x, y, text, cfg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user