From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54765 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Problem with font mapping Date: Wed, 25 Nov 2009 17:47:36 +0100 Message-ID: <4B0D5FA8.3010809@wxs.nl> References: <86d68cc30911250727xcbb007elc822b887a3d54c30@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259167681 7064 80.91.229.12 (25 Nov 2009 16:48:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2009 16:48:01 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 25 17:47:54 2009 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.50) id 1NDL21-0007Vc-Uy for gctc-ntg-context-518@m.gmane.org; Wed, 25 Nov 2009 17:47:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 16A73C9C67; Wed, 25 Nov 2009 17:45:04 +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 EBuZ3sm5pWRT; Wed, 25 Nov 2009 17:45:01 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 04F38C9C2B; Wed, 25 Nov 2009 17:45:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7D3D4C9C2B for ; Wed, 25 Nov 2009 17:45:00 +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 LvqMwVEePOSf for ; Wed, 25 Nov 2009 17:44:49 +0100 (CET) Original-Received: from mail.solcon.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by balder.ntg.nl (Postfix) with ESMTP id 19157C9BAE for ; Wed, 25 Nov 2009 17:44:48 +0100 (CET) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-9 (SurgeMail 4.2a3) with ESMTP id 7129-1713362 for ; Wed, 25 Nov 2009 17:46:34 +0100 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <86d68cc30911250727xcbb007elc822b887a3d54c30@mail.gmail.com> X-Authenticated-User: hagen@controller-9 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:54765 Archived-At: Mika Ritola wrote: > Hello again, > > I seem to be running into all sorts of font problems. Now my document > has suddenly turned bold. For example, running the following code > results in "Test." being rendered in bold characters. > > \usemodule[simplefonts] > \setmainfont[Adobe Garamond Pro] > > \starttext > Test. > \stoptext > > Running "mtxrun --script font --list --pattern="*Garamond*" --all" > reveals that there's something fishy about the font mapping: > > adobegaramondpro => agaramondprosemibold => AGaramondPro-Semibold.otf > adobegaramondprobold => agaramondprosemibold => AGaramondPro-Semibold.otf > adobegaramondprobolditalic => agaramondprosemibolditalic => > AGaramondPro-SemiboldItalic.otf > adobegaramondproitalic => agaramondprobolditalic => > AGaramondPro-BoldItalic.otf > adobegaramondpronormal => agaramondproregular => AGaramondPro-Regular.otf > adobegaramondproregular => agaramondprobold => AGaramondPro-Bold.otf > adobegaramondprosemibold => agaramondprosemibold => > AGaramondPro-Semibold.otf > agaramondprobold => agaramondprobold => AGaramondPro-Bold.otf > agaramondprobolditalic => agaramondprobolditalic => > AGaramondPro-BoldItalic.otf > agaramondproitalic => agaramondproitalic => AGaramondPro-Italic.otf > agaramondproregular => agaramondproregular => AGaramondPro-Regular.otf > agaramondprosemibold => agaramondprosemibold => AGaramondPro-Semibold.otf > agaramondprosemibolditalic => agaramondprosemibolditalic => > AGaramondPro-SemiboldItalic.otf i cannot check it as i have no adobe garamond > As you can see, agaramond... are mapped properly while adobegaramond... > are mapped wrong. it all depends in what info is in the font ... familyname, weight etc and sometimes it's contradicting > Changing \setmainfont[Adobe Garamond Pro] to \setmainfont[agaramondpro] > fixes the issue but, still, I'd prefer to use the former (as I've done > until now) since it's clearer. how recent is your version of mtxrun / mtx-font / font database? it has been a bit in flux last weeks ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________