Hello all:
I get text XML from server to display in a textfield.
The issue is I like to use embeded font to make sure the font displayed same
across the system.
But I do not want to load all kinds of font in the begining.
So, is there any way in the textfield to detect whether there's a font missing
when display the text, so, it can trigger my code to load the font from server?
I know I can parse the XML to get the font name, but is there any way that
textfield can tell me which font missing when I apply the XML content to it?
Thanks