From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30193 Path: news.gmane.org!not-for-mail From: David Wooten Newsgroups: gmane.comp.tex.context Subject: Font Question: Specific font sizes not working. Date: Wed, 09 Aug 2006 11:58:25 -0700 Message-ID: <44DA3051.2030708@trichotomic.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155149958 23116 80.91.229.2 (9 Aug 2006 18:59:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Aug 2006 18:59:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 09 20:59:16 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GAtGW-0002V7-9W for gctc-ntg-context-518@m.gmane.org; Wed, 09 Aug 2006 20:58:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B3D511FEAA; Wed, 9 Aug 2006 20:58:51 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25624-03; Wed, 9 Aug 2006 20:58:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8715E1FE86; Wed, 9 Aug 2006 20:58:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 202591FE86 for ; Wed, 9 Aug 2006 20:58:37 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25949-02 for ; Wed, 9 Aug 2006 20:58:29 +0200 (CEST) Original-Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by ronja.ntg.nl (Postfix) with SMTP id 82B481FE83 for ; Wed, 9 Aug 2006 20:58:28 +0200 (CEST) Original-Received: (qmail 22326 invoked from network); 9 Aug 2006 18:58:25 -0000 Original-Received: from trichotomic.net (HELO [192.168.2.7]) ([64.81.31.27]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Aug 2006 18:58:25 -0000 User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) Original-To: ntg-context@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30193 Archived-At: Greetings all, In the last week or so I started having a problem with fonts: what once worked stopped doing so, giving me the default font rather than my chosen fonts. I finally figured out that it is only certain sizes that are not working. For example, with: \usetypescriptfile[jensonpro] \usetypescript[jenson] \switchtobodyfont[jenson,11pt] \starttext Testing. \stoptext "\switchtododyfont" sizes 8pt, 10pt, 11pt, 13pt all still work, while 9pt and 12pt no longer do so... I recently updated ConTeXt and it remains the same. No change was made to my typescript files, and indeed in \definebodyfont those sizes are definitely listed: \starttypescript [serif] [Opticals] [size] \definebodyfont [13pt,12pt,11pt,10pt,9pt,8pt][rm] ... \stoptypescript Any clues? Kind regards, David