GNOME Bugzilla – Bug 748350
Add line property to text
Last modified: 2015-04-25 22:51:01 UTC
Surprisingly this bug hasn't been submitted before. I think that the text tool could be greatly enhanced by adding a border property. Making it easy to generate text that has a contour without needing an extra layer. Most graphical tools have a contour option including, HTML/CSS border option, Inkscape/SVG border color, OpenDocument Draw on line text, Krita, Scribus, and other graphical tools enjoy this property as well. This shouldn't be a too difficult refactoring since most of the text tools include this option, regardless if its word processors (HTML/ODF/TeX).
Created attachment 302198 [details] Mockup image Added a mockup of the tool option containing a Fill and Line options for the text object.
Reading the source files, I found that the module for gimptext (under libgimp) does include the border property but I am not sure how is it handled. I see is declared as an integer variable but is not apparent where is the property set up withing the application. https://git.gnome.org/browse/gimp/tree/libgimp/gimptexttool_pdb.c#n226
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 102822 ***