mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: fixes and Android support (#6161)
This commit is contained in:
parent
c42ca84850
commit
c1651bd271
8 changed files with 118 additions and 57 deletions
|
@ -25,12 +25,12 @@ const (
|
|||
|
||||
const (
|
||||
text_cfg = gx.TextCfg{
|
||||
align:gx.align_left
|
||||
align:.left
|
||||
size:text_size
|
||||
color:gx.rgb(0, 0, 0)
|
||||
}
|
||||
over_cfg = gx.TextCfg{
|
||||
align:gx.align_left
|
||||
align:.left
|
||||
size:text_size
|
||||
color:gx.white
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue