ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: bigger font families
Date: Tue, 02 Apr 2002 03:27:13 +0200	[thread overview]
Message-ID: <200305302230.h4UMUWni025999@localhost.localdomain> (raw)
In-Reply-To: <200204011219.g31CJXq02230@nathir.fiee.lan>

At 02:19 PM 4/1/2002 +0200, Henning Hraban Ramm wrote:
>Ahoi!
>
>Is there a way for other type classes than roman, sans, math and mono?
>E.g. I need sometimes an additional casual/script/handwriting font family
>(think of Lucida...) and would like to address it as style=\hd or like that.
>
>I tried to define it with usual typescripts and "hand" instead of "sans" etc.
>but had no success. If such *should* work, then I'll review it and look for
>mistakes, but if it *can't* work I must abuse one of serif/sans/mono.
>
>An other way would be mapping the script font to an "exotic" style like
>\sc\it -- what do you think?

there is \hw and \cg for handwritten and calligraphy, and you can define 
more if you want (peek into font-ini.tex); also, in some type-* files you 
will find casuals; in principle you can create your own names (we do that 
for things like semi fonts), so we do things like:

\definetypeface [mainfont] [rm] [serif] ...

\definetypeface [semifont] [rm] [semi-serif] /...

that's the nice thing of typefaces/scripts, that you can cook up your own 
names.

the rm, ss, tt cg, hw entries are predefined which means that they will be 
recognized and have associated commands, if you want more (with as 
restiction that they should have two char names) you can define them with 
\definefontstyle; in a similar fashion you can define \tfp|q|r if you want 
or even map names onto families (math) etc etc

Hans


-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-ade.nl
-------------------------------------------------------------------------

  reply	other threads:[~2002-04-02  1:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-01 12:19 Henning Hraban Ramm
2002-04-02  1:27 ` Hans Hagen [this message]
2003-05-31 14:10   ` Henning Hraban Ramm
2002-04-02  1:27 ` Hans Hagen
2002-04-02 17:17   ` Henning Hraban Ramm
2002-04-03 11:52     ` Hans Hagen
2002-04-02  1:27 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305302230.h4UMUWni025999@localhost.localdomain \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).