perl_fu_terraltext << INDEX >> perl_fu_view3d

perl_fu_tex_string_to_float (1999-03-16)

NAME
perl_fu_tex_string_to_float - Turn a TeX-string into floating layer
SYNOPSIS
perl_fu_tex_string_to_float (run_mode,image,drawable,input_file,tex_string,dpi,magstep,anti_aliasing)
DESCRIPTION
Takes a TeX string as input and creates a floating layer of the rendered string in the current layer in the foreground color.
MENUPATH
<Image>/Filters/Render/TeX String...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGinput_fileTeX macro file to input
STRINGtex_stringEnter TeX String
STRINGdpiResolution to render the text in
STRINGmagstepTeX magstep
STRINGanti_aliasingAnti-aliasing factor
SOME SYNTAX ALTERNATIVES
$drawable->tex_string_to_float (input_file,tex_string,dpi,magstep,anti_aliasing)
$image->tex_string_to_float (drawable,input_file,tex_string,dpi,magstep,anti_aliasing)
perl_fu_tex_string_to_float (drawable,input_file,tex_string,dpi,magstep,anti_aliasing)
tex_string_to_float Layer (drawable,input_file,tex_string,dpi,magstep,anti_aliasing)
tex_string_to_float Image (drawable,input_file,tex_string,dpi,magstep,anti_aliasing)
tex_string_to_float Channel (drawable,input_file,tex_string,dpi,magstep,anti_aliasing)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/tex-to-float
AUTHOR
Dov Grobgeld <dov@imagic.weizmann.ac.il>
(c)1999-03-16 Dov Grobgeld


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>