VKVG  
Vulkan Vector Graphics

◆ vkvg_set_line_width()

void vkvg_set_line_width ( VkvgContext  ctx,
float  width 
)

Set the current line width for the targeted context. All further calls to vkvg_stroke on this context will use this new width.

Parameters
ctxa valid vkvg Context
widthnew current line width for the context.