TextDrawLetterSize

From SA-MP Wiki

Jump to: navigation, search


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.


ReturnsThis function doesn't return a specific value


MyTextDraw = TextDrawCreate(100.0, 33.0,"Example TextDraw");
TextDrawLetterSize(MyTextDraw, 3.2 ,5.1);
Image:32px-Ambox_warning_orange.png Note: When using this function purely for the benefit of affecting the TextDraw box, multiply 'Y' by 0.135 to convert to TextDrawTextSize-like measurements


Related Functions

The following functions may be useful, as they are related to this function in one way or another.


Personal tools