enum EE::Graphics::CharacterAlignment

#include <text.hpp>

enum CharacterAlignment: Uint32 {
    Left   = 0,
    Center = 1,
    Right  = 2,
};