Display XML Format
From Rise: The Vieneo Province
Text
<Text x="0" y="0" color="ffff00ff" width="40" height="24" align="left">TVM velocity target: %+.3f km/s</Text>
X and Y location attributes, color, width and height, alignment seem self-explanatory
The value is a C++ string format ... you can have label text and or a format specifier for the associated bus value (component) and text after the format specifier (like units)
Full Format Specifiers Specification [1]