Display XML Format

From Rise: The Vieneo Province

Revision as of 03:15, 28 June 2018 by reskin (talk | contribs) (Created page with "===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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]