Hi,
I am using the following code to show html text.
stage.displayState=StageDisplayState.FULL_SCREEN;
tfd.htmlText = "<Font size='20' face='Arial'>My text field</Font>";
tfd.height = 100;
But with the same font msword is showing bigger text.
Thanks,