summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-30 05:04:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-30 05:04:35 +0000
commit52d8ad64f1dabf981b9d25749099b80ce819bceb (patch)
treedbe839a288ea4f50b84f3180e3d1b9aa5e82e204 /pango/pangofc-fontmap.c
parent451945950e12aff37cba8ad42f1ae63880dc0a1f (diff)
downloadpango-52d8ad64f1dabf981b9d25749099b80ce819bceb.tar.gz
Remove default font family and size. This means default is "serif 12" now,
2009-01-29 Behdad Esfahbod <behdad@gnome.org> * pango-view/viewer-render.c (make_layout), (get_options_string): Remove default font family and size. This means default is "serif 12" now, instead of previous "sans 18". svn path=/trunk/; revision=2820
Diffstat (limited to 'pango/pangofc-fontmap.c')
-rw-r--r--pango/pangofc-fontmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c
index 4bcae1fd..a302d4dd 100644
--- a/pango/pangofc-fontmap.c
+++ b/pango/pangofc-fontmap.c
@@ -1353,6 +1353,7 @@ pango_fc_make_pattern (const PangoFontDescription *description,
FC_PIXEL_SIZE, FcTypeDouble, pixel_size / 1024.,
NULL);
+ g_message ("'%s'", pango_font_description_get_family (description));
families = g_strsplit (pango_font_description_get_family (description), ",", -1);
for (i = 0; families[i]; i++)