VerticalAlignment Enum
Add this in your code:
#include <engine/graphics/ui/text_alignments.h>
Description
Enum to vertically align text with text rendering components.
Values
| Name | Description |
|---|---|
| Top | Put the text on the top of the pivot |
| Center | Put the text at the center of the pivot |
| Bottom | Put the text on the bottom of the pivot |