diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-09 17:52:17 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-09 17:52:17 +0200 |
commit | 2619698a2eb7363940d1e6a2d71a9ce7b366d3f5 (patch) | |
tree | a0e493460026b72f243d932f401409f26ee9a89e /gfx/thebes/gfxTextRun.cpp | |
parent | 361748956bfcd31ca0edb5e2c845fb8c043945ba (diff) | |
download | UXP-2619698a2eb7363940d1e6a2d71a9ce7b366d3f5.tar UXP-2619698a2eb7363940d1e6a2d71a9ce7b366d3f5.tar.gz UXP-2619698a2eb7363940d1e6a2d71a9ce7b366d3f5.tar.lz UXP-2619698a2eb7363940d1e6a2d71a9ce7b366d3f5.tar.xz UXP-2619698a2eb7363940d1e6a2d71a9ce7b366d3f5.zip |
Font fallback should detect emoji range for color emoji font.
Diffstat (limited to 'gfx/thebes/gfxTextRun.cpp')
-rw-r--r-- | gfx/thebes/gfxTextRun.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/thebes/gfxTextRun.cpp b/gfx/thebes/gfxTextRun.cpp index 45ea7e6d0..1702cab66 100644 --- a/gfx/thebes/gfxTextRun.cpp +++ b/gfx/thebes/gfxTextRun.cpp @@ -45,9 +45,6 @@ using mozilla::services::GetObserverService; static const char16_t kEllipsisChar[] = { 0x2026, 0x0 }; static const char16_t kASCIIPeriodsChar[] = { '.', '.', '.', 0x0 }; -const uint32_t kVariationSelector15 = 0xFE0E; // text presentation -const uint32_t kVariationSelector16 = 0xFE0F; // emoji presentation - #ifdef DEBUG_roc #define DEBUG_TEXT_RUN_STORAGE_METRICS #endif |