ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: is it possible to define \tfxxx and \tfxxxx?
Date: Mon, 23 Jul 2012 09:01:40 +0200	[thread overview]
Message-ID: <F5D0BEE2-F8FE-40F8-93A6-890311A1923B@gmail.com> (raw)
In-Reply-To: <500BEAC8.2080607@web.de>


Am 22.07.2012 um 13:58 schrieb Pablo Rodríguez:

> Hi there,
> 
> after reading the reference manual on font switches, I still have a
> question.
> 
> For my presentation I need to use a default higher font size:
> 
> 	\usemodule[simplefonts][size=30pt]
> 
> But given that \tfx and \tfxx scale the font to 0.8 and 0.6, I would
> need to scale the font also to 0.4 and 0.2 (at least to 0.4).
> 
> Is there any way to define the \tfxxx?
> 
> Many thanks for your help,

\definefontsize[xxx]
\definefontsize[xxxx]

\setupbodyfontenvironment
  [default]
  [xxx=0.4,xxxx=0.2]

\definebodyfontenvironment[40pt]

\setupbodyfont[40pt]

\starttext

Normal {\tfx X} {\tfxx XX} {\tfxxx XXX} {\tfxxxx XXXX}

{\definedfont[Regular sa 1]1} {\definedfont[Regular sa 0.5]1/2} {\definedfont[Regular sa 0.33]1/3}

\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2012-07-23  7:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-22 11:58 Pablo Rodríguez
2012-07-23  7:01 ` Wolfgang Schuster [this message]
2012-07-23 16:18   ` Pablo Rodríguez

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=F5D0BEE2-F8FE-40F8-93A6-890311A1923B@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --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).