enum EE::UI::CharacterAlignment

#include <uicodeeditor.hpp>

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