Bug 478865 – Drastically reduce number of PangoFont objects created for
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 24 Oct 2007 20:14:54 +0000 (20:14 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 24 Oct 2007 20:14:54 +0000 (20:14 +0000)
commit60bf58d2db8fe95fdce1d63f14f8b482234571f5
tree414cbed458db8c242de8dc04267f9b5c6dd164f2
parent8533dce574f457267d62e32c0cb8ae1114b899a8
Bug 478865 – Drastically reduce number of PangoFont objects created for

2007-10-24  Behdad Esfahbod  <behdad@gnome.org>

        Bug 478865 – Drastically reduce number of PangoFont objects created
        for rotating text

        * pango/pangofc-fontmap.c (fontset_hash_key_equal),
        (fontset_hash_key_hash), (fontset_hash_key_copy),
        (get_scaled_size), (pango_fc_font_map_get_patterns):
        Only keep scaled-size in fontset hash, instead of unscaled-size
        and context matrix.

svn path=/trunk/; revision=2472
ChangeLog
pango/pangofc-fontmap.c