perl_fu_firetext
<<
INDEX
>>
perl_fu_font_table
perl_fu_fit_text
(2000-01-29)
NAME
perl_fu_fit_text - Fit Text - fit text to a selection
SYNOPSIS
perl_fu_fit_text
(run_mode,image,drawable,font,string)
DESCRIPTION
Have a rectangular selection, and select the font type and spacing. It will fill the selection with text as closely as possible. If no selection is made prior to running, it will fill the entire image.
MENUPATH
<Image>/Filters/Render/Fit Text...
IMAGETYPES
*
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
INT32
run_mode
Interactive, [non-interactive]
IMAGE
image
The image to work on
DRAWABLE
drawable
The drawable to work on
STRING
font
What font type to use - size will be ignored
STRING
string
Text String to fill with
SOME SYNTAX ALTERNATIVES
$drawable->fit_text
(font,string)
$image->fit_text
(drawable,font,string)
perl_fu_fit_text
(drawable,font,string)
fit_text Layer
(drawable,font,string)
fit_text Image
(drawable,font,string)
fit_text Channel
(drawable,font,string)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/fit-text
AUTHOR
Seth Burgess
(c)2000-01-29 Seth Burgess <sjburges@gimp.org>
This page was created by
gimpdoc
, written by
Marc Lehmann <pcg@goof.com>