mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: make .set_cfg public
This commit is contained in:
parent
23f231ee61
commit
a9e9079e48
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
if !ctx.font_inited {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue