UTFWin::OutlineFormat class

Constructors, destructors, conversion operators

OutlineFormat()
OutlineFormat(const OutlineFormat& other)

Public functions

auto SetStrength(int strength) -> void
Sets the strength of the outline.
auto SetSize(int size) -> void
Sets the size of the outline.

Public variables

int size
int strength
int quality
float offsetX
float offsetY
float sizeX
float sizeY
float smoothness
float saturation
Math::Color color

Function documentation

void UTFWin::OutlineFormat::SetStrength(int strength)

Sets the strength of the outline.

This will also change the smoothness and saturation: the bigger the strength, the greater the saturation will be, but the smoothness value will be smaller.

void UTFWin::OutlineFormat::SetSize(int size)

Sets the size of the outline.

This will also change sizeX and sizeY properties.