02.12.2008, 12:50
Hi,
I need to do a TextDraw with a box, that will be like this for example:
(with text always aligned to the right)
But when i use TextDrawAlignment 3, the TextDrawBox start X is always 0 so i get something like that:
start Y, and Width, are ok, only the start X don't want to start where i want
Someone know how to fix this damn problem?
I need to do a TextDraw with a box, that will be like this for example:
Код:
+-------------------------+ | blablabla| +-------------------------+ //or +-------------------------+ | hello| +-------------------------+
But when i use TextDrawAlignment 3, the TextDrawBox start X is always 0 so i get something like that:
Код:
----------------------------+ blablabla| ----------------------------+ //or ---------------------------------------------+ hello| ---------------------------------------------+
Someone know how to fix this damn problem?