From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11259 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: relative font size Date: Sat, 8 Mar 2003 01:42:23 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030308014223.129e9076.morawski@gmx.net> References: <20030307231610.GA1585@ruhrau.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1047084226 32414 80.91.224.249 (8 Mar 2003 00:43:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2003 00:43:46 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Mar 08 01:43:45 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18rSRF-0008QX-00 for ; Sat, 08 Mar 2003 01:43:45 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8AF4A10B1F; Sat, 8 Mar 2003 01:44:18 +0100 (MET) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.65.60]) by ref.ntg.nl (Postfix) with SMTP id 036E310AB6 for ; Sat, 8 Mar 2003 01:42:54 +0100 (MET) Original-Received: (qmail 19163 invoked by uid 0); 8 Mar 2003 00:42:54 -0000 Original-Received: from port1681.fra.ginko.net (HELO melior.localdomain) (212.202.68.157) by mail.gmx.net (mp006-rz3) with SMTP; 8 Mar 2003 00:42:54 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: <20030307231610.GA1585@ruhrau.de> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11259 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11259 On Sat, 8 Mar 2003 00:16:10 +0100 Johannes H=FCsing wrote: > I hou also van the Bitstream Charter font and I am looking for a matching > monospace. To my mind LuxiMono fits Charter very well but the percepted > sizes don't match at all. I would like to downscale LuxiMono by at least > ten per cent when using it with Charter.=20 >=20 > What is the ConTeXt way to achieve this? use rscale=3D: \definetypeface[BodyFont][tt][mono][LuxiMono][default] [encoding=3Dec,rscale=3D0.9] Jens