27 May
2009
27 May
'09
8:42 a.m.
Am 27.05.2009 um 10:34 schrieb richard.stephens@converteam.com:
\usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt]
I'm being asked to use Arial font (not my choice!)
I am using Windows, but the above did nothing - I ended up with the default serif font.
You need XeTeX to let this work.
You can also use helevetica. Most people will not notice the difference.
So,
\usetypescript[postscript] \setupbodyfont[ss, 12pt]
The above changed the font to sans serif, but it doesn't look like Helvetica (or Arial)
The second line has to be \setupbodyfont[postscript,ss] and with a recent ConTeXt version you can write \usetypescript[helvetica] \setupbodyfont[helvetica] Wolfgang