From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16634 Path: main.gmane.org!not-for-mail From: Dirar Bougatef Newsgroups: gmane.comp.tex.context Subject: Font sizes. Date: Mon, 11 Oct 2004 22:01:30 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <416AE69A.4040705@hotmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097524936 18442 80.91.229.6 (11 Oct 2004 20:02:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2004 20:02:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 11 22:02:07 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CH6Mw-0007ag-00 for ; Mon, 11 Oct 2004 22:02:06 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4685F1278C; Mon, 11 Oct 2004 22:02:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10227-04-3; Mon, 11 Oct 2004 22:02:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B46412775; Mon, 11 Oct 2004 22:02:03 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3AD3912775 for ; Mon, 11 Oct 2004 22:02:02 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10227-04-2 for ; Mon, 11 Oct 2004 22:02:01 +0200 (CEST) Original-Received: from hotmail.com (unknown [64.4.35.176]) by ronja.ntg.nl (Postfix) with ESMTP id 91A8F126F8 for ; Mon, 11 Oct 2004 22:02:01 +0200 (CEST) Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 11 Oct 2004 13:02:00 -0700 Original-Received: from 82.226.175.122 by BAY12-DAV2.phx.gbl with DAV; Mon, 11 Oct 2004 20:01:41 +0000 X-Originating-IP: [82.226.175.122] X-Originating-Email: [chabah5@hotmail.com] X-Sender: chabah5@hotmail.com User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl X-OriginalArrivalTime: 11 Oct 2004 20:02:00.0555 (UTC) FILETIME=[2B765BB0:01C4AFCD] X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16634 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16634 Hi, I have 2 questions: 1. When you say something like : \definebodyfont[10pt][rm][tfe=lbr at 36pt] Do i have to provide the 36pts font files at first and install them or does context adapt a font file with another size to the 36pt size ? 2. I have installed a font which i got with a .pfb and a .afm file. When i make the following calls: \pdfmapfile{+texnansi-rubicon-karatmedium.map} \font\Myfont=texnansi-raw-KAMN \setupbodyfont[Myfont] \starttext This is roman, {\bf bold}, {\it italic}, {\bi bold-italic}, {\tfa bigger} and {\tfx smaller}. \stoptext Which size is going to be displayed ? Thanks. Dirar.