Displaying embed pixel font - problem!

i want to display a text loaded from a seperate .txt file with a pixel font_ but just when i set the font embed the text is displayed some kind of blured :confused:

does anybody have an idea how to solve this problem

sincerely
gerfried

http://www.kirupa.com/developer/mx/pixelfonts.htm
http://www.kirupa.com/developer/mx/usingtext.htm
http://www.kirupa.com/developer/mx2004/maskfonts.htm

:slight_smile:

thanx for the advice … but it seems to be a little more complicated …

i already have checked this documents but it didn“t work out at all.

so the text looks okay until i change the properties/ character/all characters

only than the font is alised

so if anybody out there has another suggestion … iĀ“m looking forward to.

hopefully
soda

my suggestion is, never embed pixel font in this case.

well ive done it before and got it to work. so if i understand you correctly, you have a dynamic text field that loads an external txt file and you want it to display the pixel font in the text field. if this is what your trying to do then make sure your text field is set to size 8, you have ā€œrender txt as htmlā€ turned on too, and you have the characters selected that you want to embed. give your textbox a variable name like textbox, then in your txt file put "textbox= and then your text with all the html tags like face, size , color, etc. Give it a whirl and let me know if it works for you.

edit
also make sure your textfield in flash is set to whole # co-ordinates like 34 and 56 instead of 34.3 and 56.7.