Hi,

the \definefontfallback commands use only the last setting in a comma
seperated list.

In this example only characters from 0x0071 to 0x0081 are set in bolditalic.

\definefontfallback [whatever] [BoldItalic] [0x0041-0x0051,0x0071-0x0081]

\definefontsynonym[SerifPlus][Serif][fallbacks=whatever]

\definefont[MySerif][SerifPlus]

\starttext

\MySerif

\dostepwiserecurse{65}{255}{1}
    {\char\recurselevel\hskip10pt plus 5pt\relax}

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to