Am 12.04.2013 um 08:41 schrieb H. Özoguz <h.oezoguz@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