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

os: add font module, move from gg (#13144)

This commit is contained in:
Larpon
2022-01-13 11:16:18 +01:00
committed by GitHub
parent 7882915409
commit 7fbd856bf8
7 changed files with 141 additions and 124 deletions

View File

@ -4,13 +4,6 @@ module gg
import gx
enum FontVariant {
normal = 0
bold
mono
italic
}
struct FTConfig {
font_path string
custom_bold_font_path string