enum MAGES::TextAppearance

Overview

The material-related properties of a text. More…

enum TextAppearance
{
    Default        = 0,
    Overlay        = 1<<0,
    Outline        = 1<<1,
    OutlineOverlay = Outline | Overlay,
};

Detailed Documentation

The material-related properties of a text.

Enum Values

Default

The text is default.

Overlay

The text is overlaid.

Outline

The text has an outline.

OutlineOverlay

The text has an outline and is overlaid.