How in the World can you embed Fonts?
Dear ladies and gents,
we have just integrated textflow in rather larger Flex/Flash dynamic Framework. All is working out quite well, except for the embed fonts issue. We spend hours after hours trying to make it work ... no dice.
Could you pretty pretty please describe one more time the best practice to use dynamically loaded fonts with TLF?
a) the most practicle way of using dynamic fonts would be to load SWFs at runtime ... am I correct?
So we bought newest Flash CS4, hoping to have cff=true Option with embedding fonts.
[Embed(source='C:/WINDOWS/Fonts/Arial.ttf', fontName='_Arial', cff='true')]
public static var _Arial:Class;
--> does not work, Flash tells us: cff not supported by flex2.compiler.media.FontTranscoder'
What Flash CS4 has to do with Flex of any compilation escapes me, but you guys probably know, why you did it.
b) from lots of tipps in Forums I read, Installing Flex Gumbo might be of help. Tried that, too, including the new SDK (last stable build, then last nightly build) in Flex Compiler 3.2. But it is not the best solution, since Gumbo functions different in quite some ways and we would have to rewrite most of our framework, which we will not manage in short time.
c) we looked through most examples posted ages ago and they partly do not work with current stable and nightly builds any more, since too much has changed.
So - I would greatly appreciate your help, with a current and working example or approach of how to do it, since we have to deliver out the new solution and really, not being able to include any fonts at all with TLF is quite a dealbreaker for our customers.
See it as desperate cry for help after an incredible amount of frustrating head banging on the issue and wolfing through tons of "help" pages with having only humble abilities in understanding English language.
