From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#32210: Support medium weighted fonts Date: Mon, 18 Nov 2019 11:28:49 +0100 Message-ID: <87k17xqxzy.fsf@gnus.org> References: <87v9riaofa.fsf@gnus.org> <83pnhq5w92.fsf@gnu.org> <87lfse5t5g.fsf@gnus.org> <835zji5qyn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="105748"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: carlosjosepita@gmail.com, 32210@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 18 11:31:11 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iWeJL-000RNx-8o for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Nov 2019 11:31:11 +0100 Original-Received: from localhost ([::1]:60288 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWeJK-0002Fe-3s for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Nov 2019 05:31:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38657) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWeIG-0001gQ-Gm for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2019 05:30:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWeIF-000535-BM for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2019 05:30:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWeIF-00052l-7l for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2019 05:30:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iWeIF-0001SW-36 for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2019 05:30:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Nov 2019 10:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32210 X-GNU-PR-Package: emacs Original-Received: via spool by 32210-submit@debbugs.gnu.org id=B32210.15740729475516 (code B ref 32210); Mon, 18 Nov 2019 10:30:03 +0000 Original-Received: (at 32210) by debbugs.gnu.org; 18 Nov 2019 10:29:07 +0000 Original-Received: from localhost ([127.0.0.1]:43220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWeHK-0001Qt-D7 for submit@debbugs.gnu.org; Mon, 18 Nov 2019 05:29:06 -0500 Original-Received: from quimby.gnus.org ([95.216.78.240]:33894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWeHG-0001QL-QU for 32210@debbugs.gnu.org; Mon, 18 Nov 2019 05:29:04 -0500 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iWeH4-00088F-4r; Mon, 18 Nov 2019 11:28:53 +0100 In-Reply-To: <835zji5qyn.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 17 Nov 2019 19:54:08 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:171902 Archived-At: Eli Zaretskii writes: >> so Pando has also grown a MEDIUM in addition to NORMAL... and we don't >> have PANGO_WEIGHT_NORMAL. > > A related question is: can the GTK font selection dialog return > PANGO_WEIGHT_MEDIUM (when you choose a font with that weight)? I installed the following debugging diff --git a/src/gtkutil.c b/src/gtkutil.c index c4d2ef9d80..b1b3e4c397 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -2300,6 +2300,10 @@ xg_get_font (struct frame *f, const char *default_name) PangoWeight weight = pango_font_description_get_weight (desc); PangoStyle style = pango_font_description_get_style (desc); + CALLN (Fmessage, build_string ("Weight: %s, symbol %s"), + make_int (weight), + XG_WEIGHT_TO_SYMBOL (weight)); + font = CALLN (Ffont_spec, QCfamily, build_string (family), QCsize, make_float (pango_units_to_double (size)), and tried using the gtk selector (via M-x menu-set-font). I only have one font installed that has both normal and medium variations "Nimbus no9", so I tried that. And I got: Weight: 400, symbol normal Weight: 700, symbol bold And, yes, the thing that's called Nimbus No9 Medium does look like a bold in both the gtk selector and in Emacs. So I don't think I have a proper font to experiment with... does anybody know of a font in Debian Stable that has both varieties? SauceCodePro was the example in the bug report, but that does not seem to be available here. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no