Nikita Kalanakov %!s(int64=2) %!d(string=hai) anos
pai
achega
02163506da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);