gg: make .set_cfg public

pull/8995/head
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
1 changed files with 1 additions and 1 deletions

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
}