TFixedTextAlign Enumeration

Header: Dew.Math/Math387.h · Cross-compiler

enum class TFixedTextAlign : unsigned int;

Specifies alignment for fixed width font number to string conversion.

Values

NameDescription
ftaLeftAlignSpaces will be inserted in after the text.
ftaNoneNo spaces will be appended or inserted.
ftaRightAlignSpaces will be inserted in front of the text.