Am 20.01.10 08:58, schrieb Marius:\setmainfont[Times New Roman][mode=node]Hello all, I add my questions regarding simplefonts to this thread too. How to enable em dash and en dash? It looks like I need to set tlig to yes, but with heading pasted below, the --- is not interpreted as em dash. %%%%%%%%%%%%%%%% \usemodule[simplefonts] \setmainfont[Times New Roman][script=latin, texligatures=yes]
It's a problem with the font as you can see in this example:
\definefontfeature[default][default][mode=node] % mode=base works
\definefont[times][name:timesnewroman*default]
\starttext
\times text---text
\stoptext
Can you use the module options to change the font size.\setsansfont[Arial Unicode MS] \setmonofont[Courier New] \setupbodyfont[10pt]
\usemodule[simplefonts][size=10pt]
or
\setupsimplefonts[size=10pt]