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
Wolfgang Schuster wrote:
Hi,
the \definefontfallback commands use only the last setting in a comma seperated list.
fixed (it needed a deep copy of tables) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Wolfgang Schuster