Author Topic: Need help with a theme command "add text"  (Read 2774 times)

Dukafleed

  • Newbie
  • *
  • Posts: 4
    • View Profile
Need help with a theme command "add text"
« on: February 08, 2017, 02:01:46 PM »
so to the point,
i am trying to add game description to a theme, with multiple lines to some of the disciption

i was using
local etc =fe.add_text("[Extra]", 0,480,810,290)
   etc.charsize = 12;
   etc.align = Align.Left;
   etc.word_wrap = true;

extra is the game description from romlist ,,,
the problem is that this paragraph is located from the center, so for example, it could fit with a 3 or 4 line paragram, but if its more, the first like will go over the design space...

how can i located the paragraph using the location of the first letter being static and any additional lines will go Down instead of adjusting every line?

thanks

Dukafleed

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Need help with a theme command "add text"
« Reply #1 on: February 10, 2017, 03:14:44 AM »
anyone ?