From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Determining line-height in pixels Date: Fri, 29 Jun 2012 09:02:29 -0700 Message-ID: <603DFB85696C4598B0E5F8D7D9F6B8C5@us.oracle.com> References: <87d34i3mzw.fsf@yandex.ru><155DEC68569B714B86C2C7075F5EDA9812CAE15C@DAKIYA1.pegasus.local> <4FEDB442.2000301@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340985783 27872 80.91.229.3 (29 Jun 2012 16:03:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Jun 2012 16:03:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Dmitry Gutov'" , "'Doug Lewan'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 29 18:03:02 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Skdev-0004iq-Fj for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jun 2012 18:03:01 +0200 Original-Received: from localhost ([::1]:58639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skdev-0007wo-FI for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jun 2012 12:03:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skdej-0007ez-1M for help-gnu-emacs@gnu.org; Fri, 29 Jun 2012 12:02:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkdeZ-0006Up-Am for help-gnu-emacs@gnu.org; Fri, 29 Jun 2012 12:02:48 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:23369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkdeZ-0006UL-50 for help-gnu-emacs@gnu.org; Fri, 29 Jun 2012 12:02:39 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q5TG2ZOa026029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Jun 2012 16:02:35 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q5TG2YqV005738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Jun 2012 16:02:34 GMT Original-Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q5TG2Y8g012167; Fri, 29 Jun 2012 11:02:34 -0500 Original-Received: from dradamslap1 (/10.159.182.166) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 29 Jun 2012 09:02:34 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4FEDB442.2000301@yandex.ru> Thread-Index: Ac1WDQkMbsWzREGhS/6+RCWJbBmVIAAA1B7Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85567 Archived-At: > (frame-char-height) is the answer, probably along with > `text-scale-mode-amount' and `text-scale-mode-step'. See also variable `line-spacing' and the frame parameter of the same name. See also text/overlay property `line-height'. See (elisp) `Line Height'.