]> git.eshelyaron.com Git - emacs.git/commit
Allow using XLFD font names with dashes in the family name
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Aug 2021 20:07:13 +0000 (22:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Aug 2021 20:07:13 +0000 (22:07 +0200)
commit81fd380dea4d4e66d2a93b708caa0e2a9c79de4a
treefb7da687a3adc52a1f3bbd8930f3171a3ef448b3
parentbdec9daf57a72dc48a70ae1600b3f331531c229b
Allow using XLFD font names with dashes in the family name

* src/font.c (font_parse_xlfd_1): Rename from font_parse_xlfd to
allow calling twice from a wrapper (bug#35816).
(font_parse_xlfd): Wrapper function -- first try to parse in the
normal way, and then try to guess that the hyphenated bits are in
the family name.
src/font.c