diff options
author | Hans Breuer <hans@breuer.org> | 2006-06-05 18:16:30 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2006-06-05 18:16:30 +0000 |
commit | bfcae3ac7e2426925f671b42843fb7e88003deee (patch) | |
tree | 0448c04f64f64c0da193c437e574367d6882942d /ChangeLog | |
parent | 88790d7e97caa9a9674cc938dcce7f6b1cb840ed (diff) | |
download | pango-bfcae3ac7e2426925f671b42843fb7e88003deee.tar.gz |
[merged from HEAD] not only handle PANGO_GLYPH_EMPTY but also
2006-06-05 Hans Breuer <hans@breuer.org>
[merged from HEAD]
* pango/pangocairo-win32font.c(compute_glyph_extents) : not only
handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG.
The latter is needed to have proper sizing of the "hex box" for
missing glyphs. It also stops cairo complaining about unknown glyphs.
Fixes part of bug #343796.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-06-05 Hans Breuer <hans@breuer.org> + [merged from HEAD] + * pango/pangocairo-win32font.c(compute_glyph_extents) : not only + handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG. + The latter is needed to have proper sizing of the "hex box" for + missing glyphs. It also stops cairo complaining about unknown glyphs. + Fixes part of bug #343796. + 2006-05-31 Behdad Esfahbod <behdad@gnome.org> Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory |