Posted: 7th Feb 2004 23:26
Here's what the commer after set font does.

sync on
do
set text font "wingdings",1
set text size 14
text 50,150+(12*lc),"o"

set text font "arial",1
set text size 14
text 68,150+(12*lc),"hello"
sync
loop

might help some of you out there