Re: [NTG-context] bold is not working (simplefonts)

2012-01-18 Thread Wolfgang Schuster

Am 19.01.2012 um 00:27 schrieb Jan Heinen:

> Hello,
> 
> I want to get bold text - without "simplefonts" it is working - with 
> "simplefonts" it does not work.
> What is wrong and what do I have to do?

The module can’t find italic, bold etc. alternatives when don’t match a certain 
name pattern, in your case for “Aller Light” the normal “Aller” font has to be 
used for the bold alternative but the module is looking for “Aller Light Bold” 
which doesn’t exist. To have a bold alternative besides this limitation you can 
say which font should be used for bold, see below how this can be done.

> My example:
> 
> \usemodule[simplefonts]
> \setmainfont[Allerlight]

\setmainfont[Allerlight][boldfont={Aller},bolditalicfont={Aller Italic}]

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
___


[NTG-context] bold is not working (simplefonts)

2012-01-18 Thread Jan Heinen

Hello,

I want to get bold text - without "simplefonts" it is 
working - with "simplefonts" it does not work.

What is wrong and what do I have to do?

My example:

\usemodule[simplefonts]
\setmainfont[Allerlight]
\starttext
This is not bold! {\bf Is this bold?} This is not bold!
\stoptext


Regards
Jannis

___
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
___