VKVG  
Vulkan Vector Graphics

◆ vkvg_show_text()

void vkvg_show_text ( VkvgContext  ctx,
const char *  utf8 
)

Show the provided null-terminated utf8 string of text a the current position using the current font of the context.

Parameters
ctxa valid vkvg Context
utf8A null-terminated utf8 encoded string of text.