Pablo Rodriguez
20. Mai 2016 um 20:42
Dear list,

I have the following sample:

\definefallbackfamily
[mainface]
[serif]
[DejaVu Serif]
[preset=range:greek]

\definefontfamily
[mainface]
[serif]
[TeX Gyre Pagella]

\setupbodyfont
[mainface, 100pt]

\starttext
χαλεπὰ τὰ καλά
\stoptext

From what I read in i-context.pdf, "force=yes" is the default setting
for \definefallbackfamily.
The document is wrong, the values for force and check should be the same
as the default values (no for both) for \definefontfallback.

Wolfgang