TextDrawSetOutline

From SA-MP Wiki

Jump to: navigation, search

TextDrawSetOutline


Adds a black outline to the text. The outline colour cannot be changed unless TextDrawBackgroundColor is used.


Parameters:
(Text:text, size)
textThe TextDraw to change
sizeDefines the thickness of the outline.


This function does not return a specific value.


MyTextDraw = TextDrawCreate(100.0, 33.0,"Example TextDraw");
TextDrawSetOutline(MyTextDraw,1);

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.


Personal tools