]> git.tdb.fi Git - ext/subsurface.git/commit
make the font size the same when printing on win32/linux
authorLubomir I. Ivanov <neolit123@gmail.com>
Mon, 27 Aug 2012 22:37:56 +0000 (01:37 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Aug 2012 22:48:39 +0000 (15:48 -0700)
commit4daa61756ed717379c6300c74d7dafdfe937ea1e
tree950af51fd070fbca5a38f939644c6048362414bc
parentc89f88378a0a19d6b7e0771b6fd8dc31acfaf2f7
make the font size the same when printing on win32/linux

Setting the cairo transformation units (..?) to GTK_UNIT_POINTS makes
the font size the same on windows as on linux, when printing.  Otherwise
the text is unreadable ie way too small.

It now looks like
    http://i47.tinypic.com/154ks2d.png

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
print.c