From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37757 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: showfont with xetex (syntax changed?) Date: Thu, 6 Dec 2007 17:59:26 +0100 Message-ID: <7263F483-3731-42AD-87F4-94009338D952@st.estfiles.de> References: <91844FC2-0148-4347-A206-4B22915EBDE3@st.estfiles.de> <6faad9f00712060332s32be7922yf9b7e7788b4197f4@mail.gmail.com> <6faad9f00712060835l4604d133n6d902e72d1e0ee26@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196960416 27415 80.91.229.12 (6 Dec 2007 17:00:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 17:00:16 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 06 18:00:25 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1J0K5J-00064G-AR for gctc-ntg-context-518@m.gmane.org; Thu, 06 Dec 2007 18:00:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C8D21FD83; Thu, 6 Dec 2007 17:59:50 +0100 (CET) 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 30480-02; Thu, 6 Dec 2007 17:59:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F99D1FC00; Thu, 6 Dec 2007 17:59:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A02F51FC00 for ; Thu, 6 Dec 2007 17:59:37 +0100 (CET) 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 29048-03-2 for ; Thu, 6 Dec 2007 17:59:33 +0100 (CET) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by ronja.ntg.nl (Postfix) with ESMTP id BEE041FBCB for ; Thu, 6 Dec 2007 17:59:33 +0100 (CET) Original-Received: (qmail 21504 invoked from network); 6 Dec 2007 16:59:33 -0000 Original-Received: from unknown (HELO [192.168.1.3]) (698580@[89.247.99.155]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 6 Dec 2007 16:59:33 -0000 In-Reply-To: <6faad9f00712060835l4604d133n6d902e72d1e0ee26@mail.gmail.com> X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:37757 Archived-At: I ran sudo ctxtools --updatecontext about one hour ago and all this that you write here can't be found (s-pre-63.tex is the latest) ... Where did you mean should I "grep the sources for definefontfeature" ?? Steffen Am 06.12.2007 um 17:35 schrieb Mojca Miklavec: > On Dec 6, 2007 5:09 PM, Steffen Wolfrum wrote: >> >> Am 06.12.2007 um 12:32 schrieb Mojca Miklavec: >> >>> The general approach would be something like: >>> \definefontfeature[mine][smcp=yes] >>> \definefontsynonym[a][name:Warnock Pro][features=mine] >>> \showfont[a] >>> (grep the sources for definefontfeature) >> >> >> hmm ... the only hit is in /base/font-ini.mkii (and font-ini.tex) >> >> \def\mkdefinefontfeature#1% #2 >> {\setvalue{\??fa#1}} % {#2} > > \definefontfeature > [default] > [liga=yes,kern=yes,tlig=yes,trep=yes] % > texligatures=yes,texquotes=yes > > \definefontfeature > [smallcaps] > [liga=yes,kern=yes,tlig=yes,trep=yes,smcp=yes] % > texligatures=yes,texquotes=yes > > \definefontfeature > [oldstyle] > [liga=yes,kern=yes,tlig=yes,trep=yes,onum=yes] % > texligatures=yes,texquotes=yes > > font-otf.lua:-- > \definefontfeature[calt] > [language=nld,script=latn,mode=node,calt=yes,clig=yes,rlig=yes] > font-otf.lua:-- > \definefontfeature[dflt][language=nld,script=latn,mode=node,calt=no, > clig=yes,rlig=yes] > font-otf.lua:-- > \definefontfeature[fixd][language=nld,script=latn,mode=node,calt=no, > clig=yes,rlig=yes,ignoredrules={44,45,47}] > s-pre-64.tex: > \definefontfeature[default] > [method=node,script=latn,language=dflt,liga=yes,onum=yes,kern=yes] > > (Might change!!!) > > Mojca > ______________________________________________________________________ > _____________ > 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 : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ______________________________________________________________________ > _____________ ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________