From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/83134 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Pablo_Rodr=EDguez?= Newsgroups: gmane.comp.tex.context Subject: faked fonts not working Date: Sat, 22 Jun 2013 16:03:04 +0200 Message-ID: <51C5AE98.1060903@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371909812 8559 80.91.229.3 (22 Jun 2013 14:03:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Jun 2013 14:03:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 22 16:03:34 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UqOPd-0008DT-Sl for gctc-ntg-context-518@m.gmane.org; Sat, 22 Jun 2013 16:03:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4DF91101E0; Sat, 22 Jun 2013 16:03:33 +0200 (CEST) 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 WlBlShs9oVpc; Sat, 22 Jun 2013 16:03:28 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id E5E2A101E6; Sat, 22 Jun 2013 16:03:27 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 27EC1101E6 for ; Sat, 22 Jun 2013 16:03:26 +0200 (CEST) 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 uJoFBFbsWWrY for ; Sat, 22 Jun 2013 16:03:20 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id E348E101E0 for ; Sat, 22 Jun 2013 16:03:10 +0200 (CEST) Original-Received: from mout.web.de (mout.web.de [212.227.15.14]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r5ME39Aj021728 for ; Sat, 22 Jun 2013 16:03:10 +0200 Original-Received: from [192.168.1.33] ([83.43.216.235]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0MK24P-1Up0xc2INx-001Nwc for ; Sat, 22 Jun 2013 16:03:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 X-Provags-ID: V03:K0:j7pGXW2H4I96j43KeQOs8Pigc2RkFwEnTjAUAXm7tCGkFVBubzf nP468NQ4OVewoNmq2yF05M+7ryd6quWElSNhNcf227s58Vd6tyhmOmbR712cRGtrHBcZXy9 t8oKHxU9Mi3KjtnNugBKLVPnwIp7VHxihWgZf4WWjRwYuVBF/VvU9ledsrzPxhVL9RFMqV9 eW5VuTzAiTFXflmpEnsow== X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=212.227.15.14; 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: 0VJPq3aiw - f573e7c92474 - 20130622 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:83134 Archived-At: Dear list, as far as I can remember, this used to work in the past: \setupbodyfontenvironment[default][em=italic] \usemodule[simplefonts] \definefontfeature[fakeitalic][default][slant=.25] \definefontfeature[fakebold][default][extend=2] \definefontfeature[fakebolditalic][default][slant=.25, extend=2] \setmainfont[Larabiefont][italicfont={* Regular}, boldfont={* Regular}, bolditalicfont={* Regular}, italicfeatures=fakeitalic, boldfeatures=fakebold, bolditalicfeatures=fakebolditalic] \starttext regular, {\em fake italics (actually slanted)}, {\bf fake bold} and {\bf\em fakebolditalics}. \stoptext Is this a bug, or have I forgotten something? Many thanks for your help, Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 ___________________________________________________________________________________