I'm making a gauge that shows as much info as possible about engine parameters for small GA aircraft. I got inspiration from TK Elektronics.
This is my progress after about an hour:
As you can see it works for the most part but i'm not happy with a few things. Here's some code:
I wish to use the font in bold style, rather than cheating and simply setting the font to Arial Black I wish to use the style string '\{bo}' but i have no idea how to actually put that into practice.
Maybe if I can style it I could also change the string so if EGT or CHT for example were to breech a max temp I could make the number blink...
This is my progress after about an hour:
As you can see it works for the most part but i'm not happy with a few things. Here's some code:
Code:
<!--==== OAT ====-->
<Element>
<Position X="184" Y="110"/>
<Text Bright="Yes" X="85" Y="30" FontSize="20" Length="5" Fixed="Yes" Font="Arial" Color="#2b2b2b" Adjust="Right" VerticalAdjust="Center">
<String>%((A:AMBIENT TEMPERATURE, celsius))%!3d!&# 176;C</String>
</Text>
</Element>
I wish to use the font in bold style, rather than cheating and simply setting the font to Arial Black I wish to use the style string '\{bo}' but i have no idea how to actually put that into practice.
Maybe if I can style it I could also change the string so if EGT or CHT for example were to breech a max temp I could make the number blink...
Last edited:

