Question
embedding fonts
I'm currently working on an application which loads some fonts at runtime.
One of the fonts I named _arial, normally you would set the textfield to embedfonts=true.
When you than insert some htmlText, say <font face="_arial" size="14">Hello world</font>, the text is displayed in _arial size 14.
Is there a way to achieve the same with the Text Layout Framework?
