"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.",
"Seth Burgess",
"Seth Burgess <sjburges\@gimp.org>",
"1999-03-21",
"<Image>/Filters/Render/Fit Text",
"*",
[
[PF_FONT,"font","What font type to use - size will be ignored",$defaultfont],
[PF_STRING,"string","Text String to fill with","Fit Text"],
# This is adrian's idea - take random blends and difference them. You're
# bound to come up w/ something cool eventually.
useGimp;
useGimp::Fu;
useGimp::Util;
# Gimp::set_trace(TRACE_ALL);
register"round_rect_sel",
"Rounds a rectangular selection.",
"Rounds a rectangular selection. If no selection exists, it selects all first, then rounds that selection. If there exists a selection, but its non-rectangluar, it will be replaced by a rectangluar one.",