Describe text horizontal alignment.
You can find more information in comments below.
enum class TextAlign // Text horizontal alignement
{
Left, // Aligned to the left
Center, // Aligned to the center horizontally
Right // Aligned to the right
};
Namespace: | nitisa |
Include: | Nitisa/Core/TextAlign.h |