DrawText::SetBorderColor

DrawText::SetBorderColor
virtual void SetBorderColor(const Color& borderColor) = 0;
Description

SetBorderColor sets color of border around the text. If alpha is set to 0, then border is not drawn (default behavior).

Parameters
Parameters 
Description 
const Color& borderColor 
Border color around the text.