]> git.sur5r.net Git - i3/i3/commit
libi3/font: Set DPI for the pango context
authorBas Pape <baspape@gmail.com>
Wed, 13 Nov 2013 19:23:35 +0000 (20:23 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Nov 2013 22:12:08 +0000 (23:12 +0100)
commit1d6450f0e8b64e17cc5996bf9cf5e6dc07cf54a9
treef3d23dd632ea63b82b90486148a8e509ac9eaf82
parent3dba51500ede957394f0dafa4bd71c9123ee05f1
libi3/font: Set DPI for the pango context

The pango font specification accepts a font size in points, but pango
defaults to a DPI of 96. Create a default PangoContext (which
internally creates a default PangoCairoFontMap as usual) and set the
DPI to the value of the root Screen manually.

Fixes #1115
libi3/font.c