Flex 4 TLF and embedded font loaded as a module not working
问题 this problem is really killing me so any help will be really great :) I have a flex 4 application that loads a flex module. In this module I 'register' a bunch of fonts. I have a Spark textArea in this module that wants to use one of these fonts via its text flow which is created using: textArea.textFlow = TextConverter.importToFlow(htmlText, TextConverter.TEXT_FIELD_HTML_FORMAT); I 'register' the font using: [Embed(source='/assets/fonts/book/HogarthScrD-Regular.ttf', embedAsCFF="true"