YesNoOk
avatar

Aligning Fonts on Title screen (Read 586 times)

Started by </M0GL13>, August 22, 2009, 04:35:49 am
Share this topic:
Aligning Fonts on Title screen
#1  August 22, 2009, 04:35:49 am
  • ****
  • "Omae wa mou shindeiru"
    • m0gl13.webs.com/mugen.htm
usually all mugen fonts are centered
how do i place them so their first letters are in one line  like so -

Spoiler, click to toggle visibilty
Last Edit: August 22, 2009, 04:52:02 am by M0GL13
Re: Aligning Fonts on Title screen
#2  August 22, 2009, 05:41:15 am
  • ***
  • I work at Elecbyte as a sexy janitor.
    • USA
    • tamez.smeenet.org
Looks like you're using the default mugen fonts there, so I'll assume they are still numbered the same. 

Change the last number in the line to a "1" like so: 

menu.item.font = 3,0,1
menu.item.active.font = 3,5,1

The numbers there mean Font Number, Color Bank, Alignment. 
0 is centered, 1 is aligned so the words move to the right (Left Justified), and -1 is aligned so the words move to the left(Right Justified). 
Re: Aligning Fonts on Title screen
#3  August 22, 2009, 06:31:30 am
  • ****
  • "Omae wa mou shindeiru"
    • m0gl13.webs.com/mugen.htm
Looks like you're using the default mugen fonts there, so I'll assume they are still numbered the same. 

Change the last number in the line to a "1" like so: 

menu.item.font = 3,0,1
menu.item.active.font = 3,5,1

The numbers there mean Font Number, Color Bank, Alignment. 
0 is centered, 1 is aligned so the words move to the right (Left Justified), and -1 is aligned so the words move to the left(Right Justified). 
thank you very much that improved my work ALOT
 :sugoi:
Re: Aligning Fonts on Title screen
#4  August 22, 2009, 06:45:06 am
  • ***
  • I work at Elecbyte as a sexy janitor.
    • USA
    • tamez.smeenet.org
You're welcome.