Struct TextParameters#

Struct Documentation#

struct TextParameters#

Style parameters for text.

Public Members

Alignment align = Alignment::LEFT#

Controls text alignment/justification.

float size = 0.05f#

Text size as a portion of the screen’s full vertical space.

Color color = Color::fromRGB(1, 1, 1)#

Color of the text.