TextTheme struct reference


Contains basic information about the Text widget theme.

Variables documentation

iFontSize = size;

Default constructor.


int iFontSize;

Destructor - does not delete "UsedFont". Please cleanup by yourself.


Color Tint;

Describes font color.


Font* UsedFont;

Pointer to the loaded Font.