I am guessing what I want is not a trivial thing to do, but I’ll ask anyway.
On multiple occasions I have found myself wanting to use different fonts on one line (not by placing two controls using different fonts side by side).
Is there any chance of being able to do something like this?
Code:
<control type="label">
<font>Font1</font>
<label>Look ma [FONT=Font2]Two[/FONT] fonts!</label>
</control>