Page 1 of 1

Area.Font

Posted: Thu Sep 03, 2015 8:56 am
by djrikki
Hello,

I am trying to work out how to pick a font that is both 'Tiny' and 'Fixed' without altering any MUI settings. So what is the correct syntax for specifying a font and font-size directly? And at the same time the value of the font-size must not be specific?

Code: Select all

/* this doesn't work */
<floattext id="evo_log-main" font="Courier, -2" background="groupback" tabsize="4"></floattext>
Why?
Because when applying a backpen you get an undesired effect with proportational-based fonts, see other thread where I am trying to create a vertical Line Number display, I've had to use PadNum() instead as a workaround.

Re: Area.Font

Posted: Thu Sep 03, 2015 10:04 pm
by airsoftsoftwair
MUI doesn't allow the use of arbitrary fonts. You can only access the ones predefined by the user in the MUI preferences.