ruffle/core/tests
Mike Welsh 02d99c3686 core: CSMTextSettings tag alters text hit testing
Normally, a hit test on static text will consider the text glyphs.
However, a CSMTextSettings tag can change the text to use the
"advanced rendering engine", which causes hit tests to only consider
the bounds. This is toggled by the "Anti-alias for readibility"
setting in the Flash IDE.

Wire up the CSMTextSettings tag and adjust hit test behavior based
on this flag.

Fixes #2987.
2021-02-01 17:17:41 -08:00
..
swfs core: CSMTextSettings tag alters text hit testing 2021-02-01 17:17:41 -08:00
regression_tests.rs web: Add an onFSCommand callback into JavaScript 2021-01-31 18:03:31 -08:00