Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-20 Thread Sven Neumann
Hi, On Wed, 2006-09-20 at 00:15 +0200, Nicolas wrote: I made a script-fu script, in which I write some text, using this syntax: (set! text-float (car (gimp-text-fontname img texteblanc 66 448 text_to_write 0 1 34 0 FleurishScript Ultra-Light))) Photo is a variable : SF-VALUE

Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-20 Thread Nicolas
On Wed, Sep 20, 2006 at 06:03:33PM +0200, Nicolas MAUFRAIS wrote: On Wed, Sep 20, 2006 at 09:06:57AM +0200, Sven Neumann wrote: It would help if you showed us the full script. From the snippets you posted so far, I can only guess that you misunderstood the concept of variable declaration in

Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-20 Thread Nicolas
On Wed, Sep 20, 2006 at 09:09:13PM +0200, Sven Neumann wrote: Hi, On Wed, 2006-09-20 at 20:15 +0200, Nicolas wrote: What are the first and second variables? 1 and 2 ? Where do they come from??? SF-IMAGE Image 0 SF-DRAWABLE Drawable 0

Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-19 Thread Nicolas
On Wed, Sep 20, 2006 at 12:15:26AM +0200, Nicolas MAUFRAIS wrote: Hello, I made a script-fu script, in which I write some text, using this syntax: (set! text-float (car (gimp-text-fontname img texteblanc 66 448 text_to_write 0 1 34 0 FleurishScript Ultra-Light))) Photo is a variable