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

gg: make .set_cfg public

This commit is contained in:
Delyan Angelov 2021-02-27 09:15:26 +02:00
parent 23f231ee61
commit a9e9079e48
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -135,7 +135,7 @@ fn new_ft(c FTConfig) ?&FT {
}
}
fn (ctx &Context) set_cfg(cfg gx.TextCfg) {
pub fn (ctx &Context) set_cfg(cfg gx.TextCfg) {
if !ctx.font_inited {
return
}