About Store Forum Documentation Contact



Post Reply 
[solved] Text align
Author Message
Azriel Offline
Member

Post: #1
[solved] Text align
Hi smile Today's question is 'How to align text to right/left?'.
I have this:
Code:
.          text
        longer text
      even longer text

And I need something like this:
Code:
.   text
    longer text
    even longer text
(This post was last modified: 12-07-2015 01:57 PM by Azriel.)
12-07-2015 01:09 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: Text align
Hi there,

Set text_align to 1.0f. smile
12-07-2015 01:18 PM
Find all posts by this user Quote this message in a reply
Azriel Offline
Member

Post: #3
RE: Text align
Works like a charm. Thanks smile
12-07-2015 01:51 PM
Find all posts by this user Quote this message in a reply
Post Reply