GNOME Bugzilla – Bug 384543
FcFontMatch misuse
Last modified: 2006-12-24 04:44:55 UTC
There is a debian bug that I cannot really decipher, but it has a patch that looks right: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401924 To me, seems like to explain why the gnome-font-selector thingy sometimes doesn't render the chosen face.
Created attachment 78420 [details] [review] Fix match pattern before FcMatch()
Patch author suggest reading of http://fontconfig.org/fontconfig-devel/r2109.html which I can not load right now.
Created attachment 78851 [details] [review] committed patch
2006-12-23 Behdad Esfahbod <behdad@gnome.org> Bug 384543 – FcFontMatch misuse * pango/pangofc-fontmap.c (pango_fc_face_describe): Call FcConfigSubstitute and FcDefaultSubstitute before calling FcFontMatch. * pango/pangoft2.c (load_fallback_face): Call _pango_ft2_font_map_default_substitute().