View Single Post
  #1  
Unread 11-23-2011, 01:52 PM
Zelxyb Zelxyb is offline
The Wary
 
Join Date: Nov 2011
Posts: 2
Mixed fonts in a single label?

I'm still trying to learn the limits of what Lua can do, so bear with me on any dumb questions!

I've got a label where I want to emphasize part of the text but not all of it.

Example: This line would be an example.
Example: This line would be another example.

Is this possible to do? If so, could someone give me some sample code for the example lines above?

If not, I can always create multiple labels next to each other, but I'm worried about that working out with translations (as in, I don't want to have to re-layout the screen when the German words are longer than the English ones).

Thanks in advance for any help!
Reply With Quote