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? Many thanks for your help, Pablo -- http://www.ousia.tk
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
On 07/31/2013 10:43 PM, Wolfgang Schuster wrote:
Am 31.07.2013 um 18:16 schrieb Pablo Rodríguez
: [...] \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.
Many thanks for your reply, Wolfgang. Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodríguez
-
Wolfgang Schuster