Comment 64 for bug 179988

Revision history for this message
Albin Sunnanbo (albin-sunnanbo) wrote :

As this seems to be the major collection of windows printing bugs I duplicate the findings from bug #176944
This related to the crash-part of this bug, where Inkscape crashes when a drawing containing text is printed on Windows.
The line

PangoFcFont *fc_font = PANGO_FC_FONT(font);
(cairo-render-context.cpp:1424)
prints the "invalid cast from `PangoWin32Font' to `PangoFcFont'"-message

The actual crash comes later down, but this seems to be the root cause.

The behavior is the same on trunk as well as the .46 branch.