TEXT_ALIGN


This enumeration has been removed in release 10.0.0. Use TextAlign enumeration instead.

Describe text horizontal alignment.

You can find more information in comments below.

enum TEXT_ALIGN // Text horizontal alignement
    {
        taLeft, // Aligned to the left
        taCenter, // Aligned to the center horizontally
        taRight // Aligned to the right
    };
Namespace: nitisa
Include: Nitisa/Core/Enums.h