1
0
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:
Delyan Angelov
2019-08-09 17:48:19 +03:00
committed by Alexander Medvednikov
parent 6f03ed0b13
commit 7d8b296943
2 changed files with 8 additions and 4 deletions

View File

@ -48,6 +48,7 @@ pub:
retina bool
font_size int
font_path string
create_window bool
window_user_ptr voidptr
window_title string