Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: empardopo on March 23, 2016, 10:07:09 AM

Title: How adjust the wide of my text
Post by: empardopo on March 23, 2016, 10:07:09 AM
Attach a snap of my theme.

I need to "autoadjust" the wide of my text and I don't know how I can do it?

This is the code I'm using
Code: [Select]
local textoJuego = fe.add_text("[Title]", 65, 640, 900, 45 );
textoJuego.align = Align.Left;
textoJuego.style = Style.Bold;
textoJuego.set_rgb(77,134,241);

Thanks in advance.