Pablo Rodriguez
2. März 2016 um 17:17

Wolfgang,

I’m afraid that even with that, I’m afraid it doesn’t work well:

\definefallbackfamily[mainface][rm][Latin Modern Math]
[tf=file:newg8-regular, scale=0.88, range=0x22C0]
\definefallbackfamily[mainface][rm][Latin Greek Math]
[tf=file:newg8-regular, range=preset:greek]
\definefontfamily[mainface][rm][Latin Modern Roman]
\definefontfamily[mainface][tt][GreekTT][tf=file:newg8-regular]
\definefontfamily[mainface][ss][GaraMath][tf=file:newg8-regular]

\setupbodyfont[mainface]

\starttext
α ⋀ {\tt α} a{\ss a}b{\ss b}c{\ss c}g{\ss g}
\stoptext

If another "key=value" pair is specified, "tf=file:newg8-regular"
doesn’t seem to work.

What am I doing wrong?
Don’t write just some garbage as third argument for the \definefontfamily or \definefallbackfamily commands.

In the attached picture you can see the fonforge information for the font names,
needed for the \definefontfamily command is the "family name" value.

\definefallbackfamily[mainface][rm][GaramondNo8][scale=0.88,range=0x22C0]

Wolfgang