18 Nov
2008
18 Nov
'08
10:28 p.m.
Am 18.11.2008 um 23:00 schrieb Arthur Reutenauer:
One quick question (again expressing my ignorance). Why can't I take the code above and change it to the following:
\definetypeface[Mara][rm][Xserif][MaraFontNFPlain] \starttext \startfont[Mara] This is a test. \stoptext
I have no idea ... Does it really not work?
\definefontsynonym[Mara][name:MaraFontNFPlain] \starttext \startfont[Mara] This is a test. \stopfont \stoptext Wolfgang