ugui.c3l/src/ugui_font.c3

19 lines
171 B
Plaintext
Raw Normal View History

2024-12-06 22:03:35 +01:00
module ugui;
import schrift;
struct Font @private {
schrift::Sft sft;
String path;
}
fn void! Ctx.font_load(&ctx, String path)
{
}
fn void Ctx.font_free(&ctx)
{
}