From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike H Newsgroups: gmane.emacs.help Subject: Re: Font question. What is Courier new, size 11 in emacs ? Date: Sat, 20 Oct 2007 23:18:08 -0000 Organization: http://groups.google.com Message-ID: <1192922288.010783.192460@v23g2000prn.googlegroups.com> References: <1192900734.798126.228090@v29g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1192923644 939 80.91.229.12 (20 Oct 2007 23:40:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2007 23:40:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 21 01:40:45 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IjNvw-0002sv-Qc for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 01:40:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjNvp-0001ql-8y for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2007 19:40:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v23g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-NNTP-Posting-Host: 128.61.82.20 Original-X-Trace: posting.google.com 1192922288 14511 127.0.0.1 (20 Oct 2007 23:18:08 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 20 Oct 2007 23:18:08 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: v23g2000prn.googlegroups.com; posting-host=128.61.82.20; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.help:153146 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48649 Archived-At: On 10 20 , 4 29 , "Andrea Vettorello" wrote: > On 10/20/07, Mike H wrote: > > > > > > > In emacs, how do I know which one is the font configuration for the > > following font described in windows ? > > > "courier new","size 11" > > > -outline-Courier New-normal-i-normal-normal-*-*-110-110-c-*-*-#163 > > -outline-Courier New-normal-i-normal-normal-*-*-110-110-c-*-iso8859-1 > > . > > . > > . > > > and so on... > > > I don't know which part describes the font and so on.... > > Search for XLFD (X Logical Font Description). For example, the "size > 11" above is the 7th field (pixels) in a XLFD font name, "Courier New" > is the typeface family (family), the second field: > -foundry-family-weight-slant-setwidth-addstyle-pixels-points-horiz-vert-s= pa=ADcing-avgwidth-rgstry-encoding > > I'm using > > -xos4-Terminus-Medium-R-Normal--14-140-72-72-C-80-ISO8859-1 > > -- > Andrea- - > > - - thanks !