--- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote:
>
> I hate to ask a stupid question, but are you sure the entire font (or at
> least the Latin characters) is embedded?  How are you embedding the
font?
>

Hi Daniel

I wasnt embedding the font at all other than specifying the embed
property, since I assumed that it was done automatically through the
compiler. There was another part in my app where I was manually
embedding Verdana letters A-H.

So it turns out that one has to manually specify font embedding,
typically via an embed tag:
[Embed(source="C:/WINDOWS/Fonts/Verdana.ttf", fontFamily="Verdana")]
                
Googling this I also found a lot more on the topic, and of course
(rtfm) the help files :)
http://www.tink.ws/blog/embedding-fonts-in-as3/
http://www.db75.com/new_blog/?p=114

Cheers
Tracy


Reply via email to