From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Font size Date: Wed, 04 Aug 2021 19:11:32 +0300 Message-ID: <838s1hkx57.fsf@gnu.org> References: <835ywpo8ar.fsf@gnu.org> <87pmut1idr.fsf@gmail.com> <83fsvpl3w6.fsf@gnu.org> <87eeb9e2h1.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26067"; mail-complaints-to="usenet@ciao.gmane.io" Cc: masm+emacs@masm11.me, emacs-devel@gnu.org, kevin.legouguec@gmail.com To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 04 20:03:19 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mBLEc-0006Zi-8s for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Aug 2021 20:03:18 +0200 Original-Received: from localhost ([::1]:50264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBLEa-0003J5-QH for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Aug 2021 14:03:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53020) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBJUg-0003g6-Qb for emacs-devel@gnu.org; Wed, 04 Aug 2021 12:11:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35670) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBJUe-0002ka-Si; Wed, 04 Aug 2021 12:11:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4596 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBJUZ-0000aZ-MI; Wed, 04 Aug 2021 12:11:41 -0400 In-Reply-To: (message from Yuri Khan on Wed, 4 Aug 2021 22:46:25 +0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:272048 Archived-At: > From: Yuri Khan > Date: Wed, 4 Aug 2021 22:46:25 +0700 > Cc: Eli Zaretskii , masm+emacs@masm11.me, > Emacs developers > > > 1. Why do Xresources and GSettings sizes differ from what C-u C-x = > > reports? > > Likely because the former are specified in points (1 pt = 1/72 in) and > the latter in pixels (1 px = 1/96 in by default). is this tru also for GSettings font sizes in the X+GTK build of Emacs? Because then we'd need to document that in the "Fonts" section of the Emacs manual, where all the different methods of specifying a font are described.