commit | c4b091543b4082fd1a2f356ef3b478073c5f9418 | [log] [tgz] |
---|---|---|
author | kulshin <kulshin@chromium.org> | Wed Jun 01 08:31:28 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 08:31:28 2016 -0700 |
tree | 7c8c9906ce58ab635405a510988894594c55b986 | |
parent | 740cc88ee3d63c75e52d31238f2a32600cc57a8c [diff] |
Implement support for rendering color emoji on Windows This change adds support to the DirectWrite scaler context for detection of color fonts. If it detects a color font and the glyph is a color glyph, it will use DirectWrite's TranslateColorGlyphRun API and generate an image of the glyph that can then be rendered. Chromium tests: https://codereview.chromium.org/2003853002 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1984943002 Review-Url: https://codereview.chromium.org/1984943002