From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72336 Path: news.gmane.org!not-for-mail From: "Christian" Newsgroups: gmane.comp.tex.context Subject: Re: Simplefonts: Font scaling problem Date: Fri, 11 Nov 2011 18:20:29 +0100 Message-ID: <005e01cca096$374fd8a0$a5ef89e0$@gmx.de> References: <004e01cca095$68d56ad0$3a804070$@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1321032050 12940 80.91.229.12 (11 Nov 2011 17:20:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Nov 2011 17:20:50 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 11 18:20:46 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ROumP-0001wT-0z for gctc-ntg-context-518@m.gmane.org; Fri, 11 Nov 2011 18:20:41 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 68580CB0D5; Fri, 11 Nov 2011 18:20:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id M6uppaVJs1P0; Fri, 11 Nov 2011 18:20:37 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A16A9CB0D0; Fri, 11 Nov 2011 18:20:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 53025CB0D0 for ; Fri, 11 Nov 2011 18:20:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zKYxw1IgSInN for ; Fri, 11 Nov 2011 18:20:34 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id A46C0CB0C9 for ; Fri, 11 Nov 2011 18:20:34 +0100 (CET) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id pABHKXs1012124 for ; Fri, 11 Nov 2011 18:20:34 +0100 Original-Received: (qmail invoked by alias); 11 Nov 2011 17:20:33 -0000 Original-Received: from f053215227.adsl.alicedsl.de (EHLO christiandelux) [78.53.215.227] by mail.gmx.net (mp064) with SMTP; 11 Nov 2011 18:20:33 +0100 X-Authenticated: #61879178 X-Provags-ID: V01U2FsdGVkX1/ksAIedJXkhG0o6TMmL+ze2iU01j+GSZlbgfY/oZ F4VvR9pOPtl6s6 In-Reply-To: <004e01cca095$68d56ad0$3a804070$@gmx.de> X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQMM0RQm5MMoBOcn1PQG12FZ9S23+ZMniZfQ Content-Language: de X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08FTRkxyW - dd1487719426 - 20111111 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:72336 Archived-At: > Good evening! > I want to scale a font loaded via the simplefonts so sans and serif have the > same x-height. > But as soon as I use a font size larger than 12pt, the scaling is somehow off or > ignored. > Example: > > \usemodule[simplefonts] > \setupsimplefonts[expansion=quality, protrusion=quality] > \setmainfont[Times New Roman] > \setsansfont[Arial][scale=0.863] > \starttext > \setupbodyfont[6pt] > 06pt serif xx{\ss xx sans}\\ %fine > \setupbodyfont[12pt] > 12pt serif xx{\ss xx sans}\\ %fine, too > \setupbodyfont[14pt] > 14pt serif xx{\ss xx sans}\\ %here it starts to be off > \setupbodyfont[16pt] > 16pt serif xx{\ss xx sans}\\ > \stoptext > > What is up with that? Additional Information: 11pt -> working fine 11.5pt -> not working / not scaled 12pt-> working fine ConTeXt ver: 2011.11.09 20:58 MKIV ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________