summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-05-31 06:13:32 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-31 06:13:32 +0000
commit3e123fae81c1980cf96543d5b341afc869208143 (patch)
tree6df0f958fac0b99ec186d32b607dd6bf6c81cdff
parente2b92ae5e2bdb45dcccfb802c2a33bd07be0b320 (diff)
downloadpango-3e123fae81c1980cf96543d5b341afc869208143.tar.gz
Set absolute_size, since we are using describe_with_absolute_size now...
2006-05-31 Behdad Esfahbod <behdad@gnome.org> * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Set absolute_size, since we are using describe_with_absolute_size now...
-rw-r--r--ChangeLog5
-rw-r--r--pango/pangocairo-font.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b303c8e..8fde0b04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-31 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): Set
+ absolute_size, since we are using describe_with_absolute_size now...
+
2006-05-30 Behdad Esfahbod <behdad@gnome.org>
Bug 333984 – pango_language_from_string improvements
diff --git a/pango/pangocairo-font.c b/pango/pangocairo-font.c
index 0e42a82f..6477229b 100644
--- a/pango/pangocairo-font.c
+++ b/pango/pangocairo-font.c
@@ -204,7 +204,7 @@ _pango_cairo_font_get_hex_box_info (PangoCairoFont *cfont)
}
}
- pango_font_description_set_size (mini_desc, mini_size * PANGO_SCALE);
+ pango_font_description_set_absolute_size (mini_desc, mini_size * PANGO_SCALE);
/* load mini_font */