span in p not taking to TextLayoutFormat
Hi,
I have a layout like so:
<p>
<span class="h1">Hello</span>
some more text
</p>
I have an IFormatResolver which figures out the style for "p" and for "h1". The style that is returned from IFormatResolver.resolveFormat for <p> works correctly. However, styles for any spans inside of <p> do not have any effect. I can set size, color, fontFamily on <p> - that all works but nothing will take effect when I return a style for <span> in <p>.
Any insight is much appreciated
Matt
