We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b809150 commit 9b29b3bCopy full SHA for 9b29b3b
1 file changed
src/register_font.cc
@@ -303,7 +303,7 @@ get_pango_font_description(unsigned char* filepath) {
303
return NULL;
304
}
305
306
- pango_font_description_set_family_static(desc, family);
+ pango_font_description_set_family(desc, family);
307
free(family);
308
pango_font_description_set_weight(desc, get_pango_weight(table->usWeightClass));
309
pango_font_description_set_stretch(desc, get_pango_stretch(table->usWidthClass));
0 commit comments