zonirc commented on a Page, drawing outline text on picture window  -  Nov 09, 2008

This is another example that can make the text look like a 3d text

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 :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.