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:
@ -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
|
||||
|
Reference in New Issue
Block a user