![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
A character encoded in UTF-8. More...
#include <gf/Rune.h>
Public Attributes | |
char | data [Size] |
The UTF-8 representation of the character. More... | |
Static Public Attributes | |
static constexpr std::size_t | Size = 32 |
The maximum size of the data. More... | |
A character encoded in UTF-8.
char gf::Rune::data[Size] |
The UTF-8 representation of the character.
|
staticconstexpr |
The maximum size of the data.