virtual void SetBorderColor(const Color& borderColor) = 0;
SetBorderColor sets color of border around the text. If alpha is set to 0, then border is not drawn (default behavior).
|
Parameters |
Description |
|
const Color& borderColor |
Border color around the text. |