[swfmill] [ANN] prerelease 0.2.11.14 - bug count down to 1
Steve Webster
spjwebster at gmail.com
Tue Jul 25 09:22:50 EDT 2006
> "simple" support for this should be (as you said) easy-- i'd just need some clearing up--
>
> a) the "objectID" in CSMTextSettings, would it refer to a font or a textfield?
Any one of DefineText, DefineText2 or DefineEditText.
> b) what sane values can gridFit take?
0 - No grid fitting
1 - Pixel-level grid fitting
2 - Sub-pixel (1/3 pixel) grid fitting - apparently good for LCD screens
> c) what's the range of thickness and sharpness (although that's really irrelevant for the simple tag).
Thickness: -200 to 200
Sharpness: -400 to 400
> d) would this look ok (assuming "font" as answer to a), and "dunno" for b)):
>
> <text-settings font="vera" useFlashType="false" gridFit="2" thickness="1.0" sharpness=".5"/>
>
> or should we maybe add that info to either <font> or <textfield> (dependent on answer a)?, probably as a contained "<settings>" tag?
A contained tag might be best. Something like this?
<textfield ... >
<settings render="simple|advanced" grid="none|pixel|sub-pixel"
thickness="-47.0" sharpness="100.0"/>
</textfield>
...or maybe just add those attributes to the <textfield/> element.
Maybe not though, since it already has lots.
Cheers,
Steve
--
Steve Webster
http://dynamicflash.com
More information about the swfmill
mailing list