Gamedev Framework (gf)  0.5.0
A C++11 framework for 2D games
Public Attributes | Static Public Attributes | List of all members
gf::Rune Struct Reference

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...
 

Detailed Description

A character encoded in UTF-8.

Member Data Documentation

◆ data

char gf::Rune::data[Size]

The UTF-8 representation of the character.

◆ Size

constexpr std::size_t gf::Rune::Size = 32
static

The maximum size of the data.