Author Topic: overview Q:  (Read 2735 times)

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
overview Q:
« on: October 17, 2018, 07:39:02 PM »
anyone know how to make overview  not center...

and be from top left. to word wrap down.

it seems to always center.

thanks.

Code: [Select]
info.word_wrap = true;
info.align = Align.Left;
info.set_rgb (156,161,168);
info.font="blogger";
info.charsize = 28;
info.alpha = 255;

always centers from top to bottom?
help a friend....

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: overview Q:
« Reply #1 on: October 17, 2018, 07:43:05 PM »
ie: just want it to wright likke an image  , 50 ,50 ,0, 0;   or X & y
help a friend....

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: overview Q:
« Reply #2 on: October 17, 2018, 07:49:16 PM »
try

Code: [Select]
info.align = Align.TopLeft;

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: overview Q:
« Reply #3 on: October 18, 2018, 09:25:42 PM »
that would make to much sense !

will try it in the morning....  and see thanks a bunch
help a friend....

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: overview Q:
« Reply #4 on: October 20, 2018, 07:22:03 AM »
yep,, works    cool beans..
help a friend....