TextDrawLetterSize

From SA-MP Wiki

Jump to: navigation, search

TextDrawLetterSize


Sets the width and height of the letters.


Parameters:
(Text:text, Float:x, Float:y)
textThe TextDraw to change
xWidth of a char.
yHeight of a char.


This function does not return a specific value.


MyTextDraw = TextDrawCreate(100.0, 33.0,"Example TextDraw");
TextDrawLetterSize(MyTextDraw, 3.2 ,5.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