On Wed, Jun 03, 2015 at 12:43:08PM -0700, Harry Thijssen wrote: > If I run a Histogram and view its output I get: > > (PSPPIRE.exe:2288): Pango-WARNING **: couldn't load font "sans serif > Not-Rotated 22.5px", falling back to "Sans Not-Rotated 22.5px", expect > ugly output. > > (PSPPIRE.exe:2288): Pango-WARNING **: couldn't load font "sans serif > Not-Rotated 15px", falling back to "Sans Not-Rotated 15px", expect ugly > output.
I think that this is just a bad font name in the source code. src/output/cairo-chart.c has the string "sans serif" in two places. What if you change it in each place to "Sans"? _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
