mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
freetype,gg: option to pass a custom font_path to freetype.new_context .
This commit is contained in:

committed by
Alexander Medvednikov

parent
6f03ed0b13
commit
7d8b296943
@ -48,6 +48,7 @@ pub:
|
||||
retina bool
|
||||
|
||||
font_size int
|
||||
font_path string
|
||||
create_window bool
|
||||
window_user_ptr voidptr
|
||||
window_title string
|
||||
|
Reference in New Issue
Block a user