summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-11-26 02:26:30 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-11-29 08:52:23 +0000
commit9e422bc19144ce3f0645e49450428802eab1abba (patch)
treed6a47ed38b425d7af50fe516877c9ee741823137 /scp2
parentad129cda465d7d16130469eb9e232e9e8ce53d58 (diff)
EMOJI CONTROL: Add EmojiOne font for Emoji Support
Noto Emoji does not provide glyphs for all emojis in the toolbar Change-Id: If3f3ea6e12f0b8824cb95e3db78c3c7aced4de8b Reviewed-on: https://gerrit.libreoffice.org/31215 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_font_ooo.scp3
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp1
2 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_font_ooo.scp b/scp2/source/ooo/file_font_ooo.scp
index 5475b8d14b10..b552fd271b26 100644
--- a/scp2/source/ooo/file_font_ooo.scp
+++ b/scp2/source/ooo/file_font_ooo.scp
@@ -65,6 +65,9 @@ STD_FONT_FILELIST(gid_File_Fnt_Caladea, "fonts_caladea.filelist")
// Noto Emoji font
STD_FONT_FILELIST(gid_File_Fnt_NotoEmoji, "fonts_notoemoji.filelist")
+// EmojiOne_Color font
+STD_FONT_FILELIST(gid_File_Fnt_EmojiOne_Color, "fonts_emojione_color.filelist")
+
#endif
// fontconfig updates to allow proper use of local fonts
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index fa3969f33e9b..055e5545c545 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -110,6 +110,7 @@ Module gid_Module_Root_Fonts_OOo_Hidden
gid_File_Fnt_SourceSans,
gid_File_Fnt_SourceCode,
gid_File_Fnt_NotoEmoji,
+ gid_File_Fnt_EmojiOne_Color,
gid_File_FcLocal_Conf);
End
#endif