Nikita Kalanakov 2 年之前
父节点
当前提交
02163506da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makeshot/makeshot.c

+ 1 - 1
makeshot/makeshot.c

@@ -243,7 +243,7 @@ text_t *new_text(cairo_t *cr, char *s, int size, int weight, int preprocess) {
 
   text = malloc_protected(sizeof(text_t));
 
-  font_description = pango_font_description_from_string("Apple Color Emoji 16,Open Sans 16");
+  font_description = pango_font_description_from_string("Apple Color Emoji,Open Sans 16");
   pango_font_description_set_absolute_size(font_description, size * PANGO_SCALE);
   pango_font_description_set_weight(font_description, weight);