Forums

Full Version: rotation and embed fonts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good morning,

This demo compares the rendering of rotated text labels if embed fonts are used or not.

Obvious embed font leads to much nicer results. The drawback coming along
with that is that your swf file gets significant bigger (e.g. plus ~100 kb for arial.ttf)

In order to run this demo make sure that
Code:
[Embed(source="C:\\WINDOWS\\Fonts\\arial.ttf", fontName="Arial")]
in the source code of this demo either already refers to the proper location on your system or change it accordingly.

[attachment=332]

cheers

martin
Reference URL's