|
VKVG
Vulkan Vector Graphics
|
◆ VkvgText
A VkvgText is an intermediate representation of a text to be drawn. It contains the measurements computed for character positioning. This object is used to speed up the rendering of the same text with the same font multiple times by storing typographic computations. Drawing text with vkvg_show_text() implicitly create such intermediate structure that is destroyed imediatly after the function call. |