Flash Tutorial - Clear, clean, crisp font’s (How to)
How To Keep Fonts Clear: Written by Paul Bainbridge - Innovative Designs
Here are the basic rules to follow to keep text from anti-aliasing (ie. getting fuzzy, unclear, blurred). I’ve also included a few notes that could be useful when manipulating text with actionscript.
RULE #1:
Know the ‘Size Intended’!
The first bit of info you will need is the size that the font was intended to be set at. Most fonts are between 8-12 pt fonts. In the case of the popular miniml fonts they are 8. Contact the creator of the font if you can’t determine the correct size.
RULE #2:
Be sure that the font being used is only set to multiples of the size intended. For example, miniml fonts should only be size 8,16,32,40, etc. If you try other sizes the flash anti-aliasing will kick in and they will blur.
RULE #3:
Adjust placement of text so that it rests on integer (ie 1,2,3,4.. not 1.1,2.5,1.2,5.6, etc.) x and y values. If the text is placed on say x:1.4 y:2.3 the text will anti-alias and blur. The exact position of text is easily changed by selecting it and opening the info box in flash. Simply type in the rounded x and y values.
Those are the three basic rules. Here are a few notes/tricks for other situations:
NOTE #1:
A lot of times you will have text within a movie clip. Even though the x and y values may be integers it may still look blurry. This is because the movieclip that it resides in is not on integer values. It’s generally good practice to manually adjust movieclips via the infoBox whenever they contain text.
NOTE #2:
You will run into a problem with the aliasing when you scroll or manipulate the location of the text via actionscript. This is obviously due to the text being moved between integer values. The solution is to modify the actionscript so that when it determines the x and y position of the text you include a Math.round() argument.
NOTE #3:
The final note. You may also run into problems when you try to Justify text other than left justify. Try and keep all your text fields left justified.
I hope this helps, if you have any questions, feel free to ask!
Paul Bainbridge




Pixel said,
January 17, 2007 @ 4:02 pm
Thank Paul….
My head hurts a little, but thanks
Keep em’ coming!
Paul Bainbridge said,
March 10, 2007 @ 12:45 pm
I am currently working on a Newbie’s guide to setting up and running FMS2 from a windows dedicated server and local dedicated server.
I should have it ready for you to browse over in a couple of days.
Pixel said,
March 10, 2007 @ 5:04 pm
Excellent, be sure to post it on here when you do!