From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32047 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: How to use text Calligraphic font using \definefont Date: Tue, 5 Dec 2006 17:27:22 -0500 (EST) Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165357683 11903 80.91.229.10 (5 Dec 2006 22:28:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 22:28:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 05 23:28:02 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 dough.gmane.org with esmtp (Exim 4.50) id 1GrilS-00077C-KD for gctc-ntg-context-518@m.gmane.org; Tue, 05 Dec 2006 23:27:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D549D1FF0F; Tue, 5 Dec 2006 23:25:09 +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 00384-04; Tue, 5 Dec 2006 23:25:03 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 853081FF01; Tue, 5 Dec 2006 23:25:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AFBA21FF08 for ; Tue, 5 Dec 2006 23:24:56 +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 00382-10 for ; Tue, 5 Dec 2006 23:24:45 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with SMTP id B2E041FEFF for ; Tue, 5 Dec 2006 23:24:43 +0100 (CET) Original-Received: FROM aditya.engin.umich.edu (udhcp-wlan96.public.engin.umich.edu [141.213.120.106]) BY hackers.mr.itd.umich.edu ID 4575F249.A9633.25217 ; 5 Dec 2006 17:27:21 -0500 Original-To: mailing list for ConTeXt users 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:32047 Archived-At: Hi, I have the following font definitions, \usetypescriptfile [type-gyr] \definetypeface [mainface] [rm] [serif] [palatino] [default] [encoding=texnansi] \definetypeface [mainface] [cg] [calligraphy] [chancery] [default] [encoding=texnansi] \definetypeface [mainface] [ss] [sans] [kurier] [default] [encoding=texnansi] \definetypeface [mainface] [mm] [math] [euler] [euler] [encoding=texnansi,rscale=1.03] \definetypeface [mainface] [tt] [mono] [modern] [default] [encoding=texnansi] \definetypeface [boldface] [mm] [boldmath] [euler] [euler] [encoding=texnansi,rscale=1.03] \setupbodyfont[mainface,11pt] I want to use the Calligraphic font font for headers etc, so I tried \definefont[BigText] [Calligarphic sa 2] \BigText test which gives me the math calligraphic fonts. How do I get the text calligraphic fonts, using \definefont? Another question which is slightly OT: Is there a free handwriting font that matches with palatino? I am making a presentation and would like to write somethings in a "informal" font. Any suggestions? Thanks, Aditya