diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-05-31 06:13:32 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-31 06:13:32 +0000 |
commit | 3e123fae81c1980cf96543d5b341afc869208143 (patch) | |
tree | 6df0f958fac0b99ec186d32b607dd6bf6c81cdff /pango/pangocairo-font.c | |
parent | e2b92ae5e2bdb45dcccfb802c2a33bd07be0b320 (diff) | |
download | pango-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...
Diffstat (limited to 'pango/pangocairo-font.c')
-rw-r--r-- | pango/pangocairo-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |