TextDrawLetterSize and textdraw height... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDrawLetterSize and textdraw height... (
/showthread.php?tid=439330)
TextDrawLetterSize and textdraw height... -
DRIFT_HUNTER - 25.05.2013
On samp wiki (
https://sampwiki.blast.hk/wiki/TextDrawLetterSize ) about TextDrawLetterSize i have read these:
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
Can someone explain me to which Y does these apply

TextDrawTextSize Y or

??
Please do not reply if you don't know, and do not tell me to use textdraw editor (thats not the point here).
Thank you!
Re: TextDrawLetterSize and textdraw height... -
Scenario - 25.05.2013
The Y value is the height of the text (or when used with selectable TD's, it defines the height of the selectable area). The X value is the width of the text (or, again, when used with selectable TD's, it defines the area left/right that's clickable).
Re: TextDrawLetterSize and textdraw height... -
DRIFT_HUNTER - 25.05.2013
Read the question carefully, i know that...the question is to which Y?
TextDrawCreate,TextDrawTextSize or some else Y coordinates