From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Changing font weight with buffer-face-mode-invoke Date: Tue, 25 Jun 2024 21:58:50 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26033"; mail-complaints-to="usenet@ciao.gmane.io" To: Heime via Users list for the GNU Emacs text editor Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 26 06:23:23 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sMKBm-0006be-V7 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Jun 2024 06:23:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMEEW-0004e2-CC; Tue, 25 Jun 2024 18:01:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sMEE2-0004PB-QZ for help-gnu-emacs@gnu.org; Tue, 25 Jun 2024 18:01:33 -0400 Original-Received: from [185.70.43.25] (helo=mail-4325.protonmail.ch) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sMED7-0004KP-AO for help-gnu-emacs@gnu.org; Tue, 25 Jun 2024 18:01:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1719352733; x=1719611933; bh=RC3cbdVMd2Tkasou96qm5kMZlGTNPXV25uAz9pfTXVE=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=xMMfYs89fWuQ4U9JrV43qCqPotBIzs3p0PutvXsvlTFqlnX2mefjTg5W6CissYvyh 2iic3tlKOagJbnhB4Ai7jnXe8Qq/QxuWOfQ2Kn8vvjpofzED36OcJ1ahyMvg9g2lES K7rOPgIrobfrvlVChyJSEGdb7JFi3BxgbYZyYqQI0PARXerdveGycAOPPpUJq+2cX/ gRjgE2Em16SMSlykOVcrLxlGRh85AfUDASpUzcND7ccUmQlFbVZZfyBMbBJ1TIaxsE HtSqjD/MV8/miOFTD1IaMxy4yskM3c8IX+UQrGt5bbm02QQHb3m7ijO/Z4LzNCfTNd gZ8RF4hi8LPQA== Feedback-ID: 57735886:user:proton X-Pm-Message-ID: 7c6a6363da499fdfa500d61a7e4675bd8852895b X-Host-Lookup-Failed: Reverse DNS lookup failed for 185.70.43.25 (deferred) Received-SPF: pass client-ip=185.70.43.25; envelope-from=heimeborgia@protonmail.com; helo=mail-4325.protonmail.ch X-Spam_score_int: 6 X-Spam_score: 0.6 X-Spam_bar: / X-Spam_report: (0.6 / 5.0 requ) BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, T_SPF_TEMPERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146995 Archived-At: I use buffer-face-mode-invoke to change the font. I also want to change the weight, which is tricky. What option for weight are=20 available ? Different fonts usually have different weight settings but have no clues about how to get the weights available for each font.