diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-09 15:30:43 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-09 15:30:43 +0200 |
commit | 84c479afa375c7cb6cd38dbaf0547636046b8cb5 (patch) | |
tree | d1d6d35fd20b1e4b6af08033b5b492e8ee1eaacb /gfx/thebes/gfxTextRun.h | |
parent | 78430deb89ca5fb35588e73a35a3c702523f0345 (diff) | |
download | uxp-84c479afa375c7cb6cd38dbaf0547636046b8cb5.tar.gz |
Use font.name-list.emoji preference for emoji presenration.
Diffstat (limited to 'gfx/thebes/gfxTextRun.h')
-rw-r--r-- | gfx/thebes/gfxTextRun.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/thebes/gfxTextRun.h b/gfx/thebes/gfxTextRun.h index 0e44456ae0..c3673785c3 100644 --- a/gfx/thebes/gfxTextRun.h +++ b/gfx/thebes/gfxTextRun.h @@ -917,7 +917,8 @@ public: protected: // search through pref fonts for a character, return nullptr if no matching pref font - already_AddRefed<gfxFont> WhichPrefFontSupportsChar(uint32_t aCh); + already_AddRefed<gfxFont> WhichPrefFontSupportsChar(uint32_t aCh, + uint32_t aNextCh); already_AddRefed<gfxFont> WhichSystemFontSupportsChar(uint32_t aCh, uint32_t aNextCh, |