A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: blurred bitmap fonts

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Posts
    167
    I wonder if somebody can help me out with
    this problem;
    I have a external .txt-file which i am loading into a flash file, this text is totally blurred. It even looks bigger then the none imported text. Strange thing is that the same font with the same specification is ok when it is not imported from a ext. textfile.

    I know about the even coordinates (x and Y), anti aliased and exportsettings, so i guess the problem isn't in there. Does anybody know what i could do to solve this problem?

    Thanx in advance

    Fernandez Diaz

  2. #2
    question authority
    Join Date
    Mar 2001
    Posts
    648
    I had this same problem. It seems if you import a text file and have the font in the dynamic text box embedded, the font will antialias.
    My workaround was to use a standard font like arial or verdana. then you do not embed this font, and the text will not anti alias. you will even save a couple of k on your file size

  3. #3
    Senior Member
    Join Date
    Feb 2002
    Posts
    167
    Monkii
    Thanx for replying,
    but offcourse i want to specify my fonts, which is not possible this way you're explaining me

  4. #4
    question authority
    Join Date
    Mar 2001
    Posts
    648
    it is not possible with an external loading text file. you must specify a font that exists on the end users machine, so you are pretty much limited to the standard internet fonts.
    cheers,
    m

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center