PT
Developer Forums
Register
Login
Code Snippets
->
what I think the Charset Value is for !
<
1
>
H
HowDo
Joined:
28th Nov 2002
Location:
United Kingdom
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