3. You can use the font fallback mechanism to replace certain character
in the math font with characters from a text font.
\definefontfamily [mathfont] [rm] [Tex Gyre Bonum]
\definefallbackfamily [mathfont] [mm] [Tex Gyre Adventor]
[preset=math:lowercaseitalic]
\definefallbackfamily [mathfont] [mm] [Tex Gyre Adventor]
[tf=style:italic,range=0x068,offset=0x0210E]% Planck constant
\definefontfamily [mathfont] [mm] [Tex Gyre Pagella Math]
\setupbodyfont[mathfont,10pt]
I played a lot with these setups and have questions.
I use this font setting:
\definefontfamily [docuf] [rm] [TeX Gyre Bonum]
\definefontfamily [docuf] [ss] [TeX Gyre Adventor]
\definefontfamily [docuf] [tt] [Latin Modern Mono] [features=none]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:uppercasenormal]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:uppercasebold]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:uppercaseitalic]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:uppercasebolditalic]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:lowercasenormal]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:lowercasebold]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:lowercaseitalic]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:lowercasebolditalic]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:digitsnormal]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:digitsbold]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:digitsitalic]%,scale=.6]
\definefallbackfamily [docuf] [mm] [Tex Gyre Adventor] [preset=math:digitsbolditalic]%,scale=.6]
\definefontfamily [docuf] [mm] [TeX Gyre Pagella Math]
\setupbodyfont[docuf,24pt]
1. If I want to use a scale factor is it possible the give the scale factor by using
the preset a,b,c,d,x,xx values? Or I must specify the scale factors as numbers?