v/vlib/sokol/sfons/sfons_funcs.c.v

9 lines
239 B
V

module sfons
import fontstash
fn C.sfons_create(width int, height int, flags int) &fontstash.Context
fn C.sfons_destroy(ctx &fontstash.Context)
fn C.sfons_rgba(r byte, g byte, b byte, a byte) u32
fn C.sfons_flush(ctx &fontstash.Context)