[swfmill] [ANN] prerelease 0.2.11.14 - bug count down to 1
Steve Webster
spjwebster at gmail.com
Tue Jul 25 11:38:22 EDT 2006
> > shall i step back and let you teach that to swfml-simple?
>
> Can do. Won't be until this evening though.
Done early.
Specified like this:
<textfield text="This is a test" width="400" height="400">
<text-settings render="advanced" grid="pixel" thickness="2" sharpness="0"/>
</textfield>
Possible values/defaults
render:
- simple (default) : No anti-alias rendering.
- advanced : Use advanced anti-alias rendering
grid:
- none (default) : Do not align to grid
- pixel : Align text to pixel grid
- sub-pixel : Align text to sub-pixel (1/3 pixel) grid. Good for LCS monitors.
thickness:
- -200 to 200
sharpness:
- -400 to 400
The last two define the inside and outside clipping for font glyph
rendering. The ranges aren't enforced because we don't have the EXSLT
math functions available. If that's a problem they should be easy to
compile in.
All this is part of the following changeset:
http://swfmill.org/trac/changeset/159
Note that I made a 'global' variable of the movie version, since it
only makes sense to add the tag if the movie version is greater than
7.
Nice!
PS. Noticed that you'd applied a change commenting out static linking
in the swft Makefile.am. I might have mistakenly left that in one of
my patch files and should probably be uncommented.
--
Steve Webster
http://dynamicflash.com
More information about the swfmill
mailing list