The NEW Build Your Own Arcade Controls

Software Support => DOS/WinCab => Topic started by: Johnny on July 12, 2008, 06:48:27 pm

Title: Font Size (Again)
Post by: Johnny on July 12, 2008, 06:48:27 pm
I'm running DWJukebox in 1280 x 1024 (set in the ini file).
The display looks good except for the Credit/Selection fonts. They are far to big (same size as when the display is set to 1024 x 768).
Is there any way to make these smaller?
Title: Re: Font Size (Again)
Post by: Chris on July 12, 2008, 07:09:34 pm
Go into the skin and make the size of the credit display a few pixels shorter.  You may want to increase the y coordinate by half of the number of pixels you remove.

So if you are using the default skin, edit default.skn in Notepad and look for:

[Display3]
# Selection display
enabled=True
x=485
y=347
w=56
h=24
color=palegreen
bgcolor=202020

[Display4]
# Credit Display
enabled=True
x=485
y=299
w=56
h=24
color=palegreen
bgcolor=202020

Try changing the h setting to 20 and the y setting to 301 for both displays.

Does this help?
Title: Re: Font Size (Again)
Post by: Johnny on July 12, 2008, 08:11:33 pm
Thanks Chris, That did the trick  :D
Now I just have to tweak it a little to match the artist info.