Our application needs to rotate text. According to the flex
documentation this means that the font has to be "embedded" in the
application.
Our application also is in all major international languages,
including Chinese, Japanese, Korean.....
These languages will be used from the same system, and will
display according to browser settings.
My concern is that if a font does not include all the
languages we need, the application will be huge, embedding all the
language fonts we may need.
If the answer is that the application will be huge including
all the languages, is there a way to dynamically load embedded
fonts rather than wasting the bandwidth on downloading all that may
be needed.