Author Topic: How adjust the wide of my text  (Read 4362 times)

empardopo

  • Full Member
  • ***
  • Posts: 49
    • View Profile
How adjust the wide of my text
« 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.