In order to support unloading embedded font modules, the Flex SDK does not
automatically call registerFont for embedded fonts. Instead, certain API
calls have to executed in the module's "context" (the ABC instructions are
in a particular SWF).
-Alex
On 8/31/14 2:53 AM, "Harbs" wrote:
>There¹s
There’s a bunch of places in TLF where swfContext.callInContext() is called.
Can anyone explain to me the purpose for this?
Specifically I’m referring to something like:
tf.flowComposer.swfContext.callInContext(func) instead of calling func()
directly.
Thanks,
Harbs