summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxFontFamilyList.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-09 15:30:43 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-09 15:30:43 +0200
commit84c479afa375c7cb6cd38dbaf0547636046b8cb5 (patch)
treed1d6d35fd20b1e4b6af08033b5b492e8ee1eaacb /gfx/thebes/gfxFontFamilyList.h
parent78430deb89ca5fb35588e73a35a3c702523f0345 (diff)
downloadUXP-84c479afa375c7cb6cd38dbaf0547636046b8cb5.tar
UXP-84c479afa375c7cb6cd38dbaf0547636046b8cb5.tar.gz
UXP-84c479afa375c7cb6cd38dbaf0547636046b8cb5.tar.lz
UXP-84c479afa375c7cb6cd38dbaf0547636046b8cb5.tar.xz
UXP-84c479afa375c7cb6cd38dbaf0547636046b8cb5.zip
Use font.name-list.emoji preference for emoji presenration.
Diffstat (limited to 'gfx/thebes/gfxFontFamilyList.h')
-rw-r--r--gfx/thebes/gfxFontFamilyList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxFontFamilyList.h b/gfx/thebes/gfxFontFamilyList.h
index e240102e0..9d1a3cf49 100644
--- a/gfx/thebes/gfxFontFamilyList.h
+++ b/gfx/thebes/gfxFontFamilyList.h
@@ -38,6 +38,7 @@ enum FontFamilyType : uint32_t {
// special
eFamily_moz_variable,
eFamily_moz_fixed,
+ eFamily_moz_emoji,
eFamily_generic_first = eFamily_serif,
eFamily_generic_last = eFamily_fantasy,