mIRC Home    About    Download    Register    News    Help

Print Thread
#5701 09/01/03 04:43 PM
Joined: Dec 2002
Posts: 23
R
R1pl3y Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 23
When using:

/drawtext -hnrpboc @ <color> [color] [fontname fontsize] <x y [w h]> <text>

and the font name is say 'times new roman' (spaces) as opposed to 'verdana' (no spaces) how do I write a fontname in the code that has spaces?
I get errors when using a font with spaces but no errors with fonts that have no spaces when trying to scroll the text across the window.
But I am a picture window newb so please help :tongue:


R¹¶¬³¥
#5702 09/01/03 05:16 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Enclose Times New Roman in quotes, i.e:
/drawtext @Test 2 "Times New Roman" 500 500 10 a


Link Copied to Clipboard