2020-01-16 20:45:47 +01:00
|
|
|
module sfons
|
|
|
|
|
|
|
|
fn C.sfons_create(width int, height int, flags int) &C.FONScontext
|
|
|
|
fn C.sfons_destroy(ctx &FONScontext)
|
|
|
|
fn C.sfons_rgba(r byte, g byte, b byte, a byte) u32
|
2020-01-22 21:34:38 +01:00
|
|
|
fn C.sfons_flush(ctx &FONScontext)
|