Struct TextParameters# Defined in File Text.h Struct Documentation# struct TextParameters# Style parameters for text. Public Members Alignment align = Alignment::LEFT# Controls text alignment/justification. float size = 0.05# Text size as a portion of the screen’s full vertical space. Color color = Color::fromRGB(1, 1, 1)# Color of the text.