enum hiro::draw::TextAlignment

Defined alignment origin of the text.

#include <TextRenderer.h>

enum TextAlignment {
    top_left,
    top_center,
    top_right,
    center_left,
    center,
    center_right,
    bottom_left,
    bottom_center,
    bottom_right,
};