]> git.eshelyaron.com Git - emacs.git/commit
Remember the full GTK font description
authorRobert Pluim <rpluim@gmail.com>
Mon, 18 Nov 2019 09:18:25 +0000 (10:18 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 19 Nov 2019 12:36:07 +0000 (13:36 +0100)
commitb6db2ed1ea5d29dbd31871972d702739e88d3818
tree102242e270f76c97f7e25b8dc7832779b6b53f5f
parentcf0a76a43831105d74b54f0e50f77eb60460fbea
Remember the full GTK font description

Remember the full font description instead of just the family so that
size/style/weight settings are preserved.

* gtkutil.c (xg_get_font) [HAVE_GTK3]: Use the pango font
description to set/get the current font (Bug#28901).
src/gtkutil.c