31 Jul
2013
31 Jul
'13
8:43 p.m.
Am 31.07.2013 um 18:16 schrieb Pablo Rodríguez
Dear list,
I’m trying to match the fallback font size with the lowercase size of the main font, as shown in this sample:
\usemodule[simplefonts][size=90pt] \setmainfontfallback[GFS Neohellenic] [range={greekandcoptic,greekextended}, force=yes, rscale=auto] \setmainfont[TeX Gyre Pagella] \starttext aα γg AΑ ΒB \stoptext
But rscale=auto doesn’t seem to work (if this is the right option).
What am I doing wrong here?
1. The simplefonts module uses “scale” as key and not “rscale”. 2. You can also use a number as argument for the scale key, keywords like auto are not possible. Wolfgang