- Messages
- 252
- Country

Hi all,
Strange problem that I cannot say I've run into before, though admittedly I am rather inexperienced with using text elements in XML.
I have some text that I want to be adjusted vertically to the center of it's text box. Here's a very simple example:
However, no matter what I set VerticalAdjust to (Top, Center, or Bottom) the text is always stubbornly aligned to the top of the text box. The horizontal adjust, and every other parameter set above for that matter, function just fine. What am I missing?
Strange problem that I cannot say I've run into before, though admittedly I am rather inexperienced with using text elements in XML.
I have some text that I want to be adjusted vertically to the center of it's text box. Here's a very simple example:
Code:
<Element>
<Position X="912" Y="264"/>
<Visible>(L:Status Page, number)</Visible>
<FormattedText X="96" Y="53" Bright="Yes" Font="Arial Bold" FontSize="14" Color="#121212" Adjust="Center" VerticalAdjust="Center">
<String>
DOORS
</String>
</FormattedText>
</Element>
However, no matter what I set VerticalAdjust to (Top, Center, or Bottom) the text is always stubbornly aligned to the top of the text box. The horizontal adjust, and every other parameter set above for that matter, function just fine. What am I missing?
