Am 21.05.2011 um 22:03 schrieb Otso Helenius:

> Sorry, I was in error while referring to the font sizes. The actual "limit" 
> below
> which typescripted fonts stop working is 12pt and it is not tied to the 
> \setupbodyfont
> setting. Any font output with 12pt or less will be formatted as Latin Modern. 
> i.e.
> 
> \switchtotypeface[Pompadour][ss,12pt] 01234567890
> 
> shows as Latin Modern whereas
> 
> \switchtotypeface[Pompadour][ss,12.1pt] 01234567890
> 
> shows as Pompadour. 12pt is the default document font size so I can only 
> guess there
> is some kind of a conflict. I'm using ConTeXt  ver: 2011.05.18 22:26 MKIV

Why do you insist on \switchtotypeface when \switchtobodyfont works?

Here is a example which works on my machine (requires commercial fonts:

\starttext
\input ward\par
\switchtobodyfont[calluna,8pt]
\input ward\par
\switchtobodyfont[cambria,10pt]
\input ward\par
\stoptext

Wolfgang

Attachment: test.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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 via email to