Verdana & Flash
Verdana & Flash
Out of context: Reply #7
- Started
- Last post
- 17 Responses
- afxrephlex0
in order to make the font aliased, flash rearranges the position of the characters so that each glyph starts in an integer value of x-pos.
thus, after characters like w and m a weird spacing occurs. If the text is static, you can solve it by hand; changing character spacing of each character until you're satisfied. If the text is dynamic, you must implement a space-correction algorithm while writing your text.using pixel fonts is the best solution though...