FormattedTextBlockParams struct
#include <Jazz2/UI/FormattedTextBlock.h>
Initialization parameters for formatted text block.
Public variables
- StringView Text
- Text to display.
- Font* TextFont
- Font used to render the text.
- Alignment Align
- Text alignment.
- Colorf Color
- Default text color.
- float Scale
- Text scale.
- float CharSpacing
- Character spacing.
- float LineSpacing
- Line spacing.