drawing outline text on picture window
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Nov 06, 2008 |
| Last Updated | Nov 09, 2008 |
| Tags | outline picture picwin window |
Introduction
1. copy and paste the code into your remote section of mIRC editor.
2. to use it type '/text_outline [-ocf] @win x y [w h] color outline [size font] text'
Please refer the snippet information in the code, for more information regarding its parameter.
mIRC Snippet:
drawing outline text on picture window
Posted on Nov 7, 2008 10:02 am
Posted on Nov 7, 2008 10:02 am
I simply changed:
to:
and it'll display whatever text you specify after /text_outline in outlined text, otherwise it will put up "a sample text".
This is a pretty nice example though.
| Code: |
| %text a sample outline text |
to:
| Code: |
| %text $iif($1-,$v1,a sample outline text) |
and it'll display whatever text you specify after /text_outline in outlined text, otherwise it will put up "a sample text".
This is a pretty nice example though.
mIRC Snippet:
drawing outline text on picture window
Posted on Nov 7, 2008 10:30 am
Posted on Nov 7, 2008 10:30 am
You should make this in a form of a tool. So instead of /text_outline, you could have it /drawtext_outline, and make it work for any picwin window.
Pretty nice though.
Pretty nice though.
mIRC Snippet:
drawing outline text on picture window
Posted on Nov 7, 2008 11:43 pm
Posted on Nov 7, 2008 11:43 pm
already update it any comment guys?
mIRC Snippet:
drawing outline text on picture window
Posted on Nov 9, 2008 4:07 pm
Posted on Nov 9, 2008 4:07 pm
This is another example that can make the text look like a 3d text
Just type '/3dtext' or '/3dtext [N]'
feel free to use/alter it :)
| Code: |
| alias 3dtext { window -pa @test var %loop 1, %max $iif($1,$1,10) while (%loop < %max) { text_outline -of @test $calc(100 + %loop) $calc(10 + %loop) 255 1 32 "times new roman" sample text for testing purpose only inc %loop } } |
Just type '/3dtext' or '/3dtext [N]'
feel free to use/alter it :)
mIRC Snippet:
drawing outline text on picture window
Posted on Nov 9, 2008 7:05 pm
Posted on Nov 9, 2008 7:05 pm
Pretty neat. Good job. You should upload a screenshot to give people an idea of what it looks like.
mIRC Snippet:
drawing outline text on picture window
Posted on Nov 9, 2008 10:55 pm
Posted on Nov 9, 2008 10:55 pm
thanx BlueThen, now the screenshot already available.
Right now, I'm in process to make this alias can allow user to specified the outline size and perhaps can find other decoration style that can be make using this alias.
Right now, I'm in process to make this alias can allow user to specified the outline size and perhaps can find other decoration style that can be make using this alias.






