1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: bold/mono/italic fonts

This commit is contained in:
Alexander Medvednikov
2020-07-27 21:19:43 +02:00
parent f33d9f4f68
commit 65159b8070
3 changed files with 48 additions and 3 deletions

View File

@@ -14,4 +14,6 @@ pub:
family string
bold bool
mono bool
italic bool
}