Am 29.09.2010 um 15:25 schrieb Patrick Gundlach:
I guess [name] is just a default classifier for defining the base level of a filename-font mapping, right?
It’s a leftover from mkii where you had [name] and [texnansi,ec,...], the first was to map from “Serif” etc. to the symbolic name (e.g. PalatinoItalic) and the other to map the symbolic name to the font file.
I assume that somewhere there is a statement like
\usetypescript [sans] [corbel] [name]
after saying
\definetypeface [mainface] [ss] [sans] [corbel] [default] [rscale=auto]
Is this the way this is done internally?
This was always the case, even in mkii.
What exactly is rscale=auto ?
Instead of giving a scale factor (e.g. factor=1.1) you can say auto and context use the font information to scale the sans font to the same size as the serif font. Wolfgang