Display issues using HTML and isSpaced or break tags

First I'll start with the code.

<Text IsSpaced="true" IsHtmlTagSupported="true"><Segment ID="segAccount" FontName="Arial" FontSize="8"><font face="Arial" size=8 >StratosFour<sup>TM</sup>
222 3rd Ave SE
Suite 14
Cedar Rapids, IA 52401</font></Segment></Text>

With the code above the first line "StratosFour<sup>TM</sup>" appears correctly as an 8pt Arial font. All the rest of the lines appear as 9pt Times New Roman.

If I change the code to remove the IsSpaced property and add
tags, I get the same result.

<Text IsHtmlTagSupported="true"><Segment ID="segAccount" FontName="Arial" FontSize="8"><font face="Arial" size=8 >StratosFour<sup>TM</sup><br>222 3rd Ave SE<br>Suite 14<br>Cedar Rapids, IA 52401</font></Segment></Text>

The only way I can get this to all display in the correct font (8pt, Arial) is if I set the text dynamically through code.

Please let me know once this is fixed.

Dan

I think this is the same issue with <A href=". We will try to fix it soon.