[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[pango] EXIT_ON_ERROR in pango_layout_get_pixel_extents ?
- From: "Kreller, Marcus" <MKreller ime-actia de>
- To: <gtk-i18n-list gnome org>
- Subject: [pango] EXIT_ON_ERROR in pango_layout_get_pixel_extents ?
- Date: Wed, 20 Jun 2007 11:09:44 +0200
Hi all,
I'm "trying" to use cairo with rsvg, pango and freetype in a WIN32
Visual C++ 6.0 project.
All works fine, but when I use pango_layout_get_pixel_extents the
program will exit without an error.
Exit without error:
pango_layout_get_pixel_extents(layout->layout, &ink, &logical);
Stupid text outputs:
pango_layout_get_pixel_extents(layout, &ink, &logical);
There are a bug in pango_layout_get_pixel_extents ?
Marcus
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]