Nikita Kalanakov преди 2 години
родител
ревизия
e01c2f9c5e
променени са 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,Open Sans 16");
+  font_description = pango_font_description_from_string("Apple Color Emoji 16,Open Sans 16");
   pango_font_description_set_absolute_size(font_description, size * PANGO_SCALE);
   pango_font_description_set_weight(font_description, weight);