Am 12.04.2013 um 08:41 schrieb H. Özoguz <h.oezo...@mmnetz.de>:

> Hello,
> 
> using Simplefonts, is it the correct way just to write:
> 
> \usemodule[simplefonts]
> 
> \setmainfont[AGaramondPro] [protrusion=quality, expansion=quality]
> 
> \setupalign[hz, hanging]
> 
> \setupbodyfont[AGaramondPro,11.5pt]
> 
> for setting the fontsize (it works). Or is there a more coherent way to set 
> the font size with Simplefonts?


Remove “AGaramondPro” from the \setupbodyfont command, there is no typeface 
with this name. What you need is only the font size

  \setupbodyfont[11.5pt]

but for values which aren’t set by default (8pt, 12pt etc.) you should define a 
bodyfont environment first.

  \definebodyfontenvironment[11.5pt]

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