Sparkle 0.0.1
Loading...
Searching...
No Matches
spk::FontVertex Struct Reference

Vertex containing a position and UV coordinates for font rendering. More...

#include <spk_font_painter.hpp>

Collaboration diagram for spk::FontVertex:
Collaboration graph

Public Attributes

spk::Vector2Int pos
 Vertex position in integer coordinates.
spk::Vector2 uv
 Texture coordinates.

Detailed Description

Vertex containing a position and UV coordinates for font rendering.

spk::FontVertex v{{0, 0}, {0.0f, 0.0f}};
Vertex containing a position and UV coordinates for font rendering.
Definition spk_font_painter.hpp:30

The documentation for this struct was generated from the following file: