2020-01-16 19:45:47 +00:00
|
|
|
module sfons
|
|
|
|
|
2021-12-06 20:39:43 +00:00
|
|
|
import fontstash
|
|
|
|
|
|
|
|
fn C.sfons_create(width int, height int, flags int) &fontstash.Context
|
|
|
|
fn C.sfons_destroy(ctx &fontstash.Context)
|
2020-01-16 19:45:47 +00:00
|
|
|
fn C.sfons_rgba(r byte, g byte, b byte, a byte) u32
|
2021-12-06 20:39:43 +00:00
|
|
|
fn C.sfons_flush(ctx &fontstash.Context)
|