About fontlcd.bmp resolution

BerScott

I'm newbie with LCD displays for cockpit indicators and I wonder how can I config those values:
Code:
GearsFont=new_gearsfont.tga
GearsBackground=new_gearsbk
GearsScale=[B][COLOR="#FF0000"](0.9,0.8)[/COLOR][/B]

SpeedFont=new_spdfont.tga
SpeedBackground=new_speedbkg
SpeedScale=[B][COLOR="#FF0000"](0.9,0.8)[/COLOR][/B]

I've changed the resolution for "new_gearsfont.tga" because I wanted to use symbols instead of numbers and I needed more pixels to make symbols visible. But now gears don't display the symbols well because the "GearsScale=" coords positions. I've tried with (0.5,0.5) - (1.0,1.0) etc, but I have no references to set the numbers correctly.

How can I set those coords/numbers?
 

Back
Top