Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
text.h File Reference
Include dependency graph for text.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Text
 UI Text Component. More...
 

Enumerations

enum  TextAlignment : uint8_t { Left = 0 , Center = 1 , Right = 2 }
 Text alignment options. More...
 

Enumeration Type Documentation

◆ TextAlignment

enum TextAlignment : uint8_t

Text alignment options.

Enumerator
Left 
Center 
Right