centering labels


KevinRAmbrose
 Share

Recommended Posts

Actually, if you use a User Macro you can format the entire label to be centered.  You just need to use the method ".center(20)" for each line.  You will also need to use "\n" where you want a line feed.

 

Basically something like this:

 

result = line1.center(20) + "\n" + line2.center(20)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share