Page 1 of 1

How to draw text like this ?

PostPosted: October 12th, 2007, 8:46 pm
by kenshin1101
how can i draw a text like this ?



thanks!
ps : i can't find the answer anywhere :(

PostPosted: October 13th, 2007, 5:00 pm
by Johnny_Bit
freetype + loads of graphic programming.

PostPosted: October 13th, 2007, 7:37 pm
by kenshin1101
thanks for reply but could you tell me more ? i don't understand :(, they draw the text use normal font of windows.

PostPosted: October 14th, 2007, 9:08 am
by Johnny_Bit
actully it's like that:

  • using 32-bit full alpha as background
  • Draw text using fancy colour
  • Apply some blur
  • draw text again using colour intended
  • put whole graphics on background picture

PostPosted: October 14th, 2007, 11:24 am
by kenshin1101
yeah, it lock like that. could you show me the fastest way to do the blur ?

PostPosted: October 14th, 2007, 4:02 pm
by Johnny_Bit
jfgi

PostPosted: October 14th, 2007, 6:43 pm
by kenshin1101
yeah, thanks man. i was searching , asking many site, but none know. Thanks you x 1000 :D

PostPosted: October 15th, 2007, 6:15 am
by cozturk
Johnny_Bit wrote:jfgi
wHAT does it mean?
It means xcdfdfdhtyrbcn or qwerty?? :D

PostPosted: October 15th, 2007, 12:51 pm
by Kambiz

PostPosted: October 16th, 2007, 6:55 am
by cozturk
Thank you Kambiz. next time before writing something about unknown something, it should be asked to Google. I thought, jfgi is non meaningful word as qwerty...

PostPosted: October 17th, 2007, 4:35 pm
by Johnny_Bit
hmm... Gaussian blur and appropriate fast algorithms as I believe are in image pack from Kambiz... or i don't remember something

PostPosted: October 18th, 2007, 12:10 pm
by Kambiz
Johnny_Bit wrote:hmm... Gaussian blur and appropriate fast algorithms as I believe are in image pack from Kambiz... or i don't remember something


Yes, there is. :D

PostPosted: October 20th, 2007, 4:28 pm
by kenshin1101

PostPosted: October 20th, 2007, 6:57 pm
by Johnny_Bit
yep, that's the one.