Hello guys I have a question about using embedded fonts in multiple applications
that are loaded... As far as I know, if a font is embedded in the main application, every application that is loaded into it doesn't have to actually embed the same font as long as it has the right style name.. since it's been already loaded in the main application... And it does work for most cases... such as labels, texts etc etc in these loaded applications yet it turns out that label texts shown on chart axises are empty when these applications do not embed fonts in themselves... Is this a bug or am I missing something? For verification, I've tried something like var tf:TextFormat = new TextFormat(); tf.font = "-À±°íµñ140"; trace(SystemManager(loader.content).isFontFaceEmbedded(tf)); and it shows "true" message in the debug panel... So my assumption is that the font indeed has been embedded yet chart axis labels somehow don't show up correctly.... Is there anybody who has any information about this? It is so bothersome to embed the same font in each and every application, so I'd like to know a workaround to this.. Plus, Is there any way to include an embedded font in the RSL? I've read through the API but still am cluless.. Any hints would be greatly appreciated Thanks in advance!!!

