mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
6 lines
205 B
V
6 lines
205 B
V
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
|
|
fn C.sfons_flush(ctx &FONScontext)
|