Print bug in MacOSX: Extremely large fonts

Dirk Hohndel dirk at hohndel.org
Mon Nov 12 19:03:27 PST 2012


Henrik Brautaset Aronsen <subsurface at henrik.synth.no> writes:

> There's something wrong with the printing, at least on MacOSX.   See the 
> attached screen shot.  All the printout variants are equally bad.

Clearly the point scaling is wrong on the Mac...

Can you play with 

#define DPI_SCREEN 72.0
#define SCALE_SCREEN 1.0
#define SCALE_PRINT (1.0 / DPI_SCREEN)

in display.h and see which value you need for the Mac?

/D


More information about the subsurface mailing list