ruffle/core
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
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.59 to 1.0.60 2021-01-24 14:23:03 -08:00
src core: CSMTextSettings tag alters text hit testing 2021-02-01 17:17:41 -08:00
tests core: CSMTextSettings tag alters text hit testing 2021-02-01 17:17:41 -08:00
Cargo.toml build(deps): bump flate2 from 1.0.19 to 1.0.20 2021-01-29 11:43:05 -08:00