GNOME Bugzilla – Bug 125483
word spacing
Last modified: 2015-09-01 11:26:46 UTC
Letter spacing (CSS terminology) or Tracking (Adobe terminology) is an often requested feature for the GIMP text tool. I've tried to implement it using the Pango-1.2 API but I came to the conclusion that it is not feasible to do this outside Pango (see bug #120268 for an attempt). Would you be interested in seeing such a feature being added? What I imagine at the moment is adding extra horizontal spacing between glyph clusters. This could be configured using a new type of PangoAttribute.
Seems like a reasonable addition, though would take some investigation to see what it means for non-latin scripts. (Clearly not relevant for connected scripts like Arabic.) There are two basic techniques one could take: - Have each module implement it separately and pick it up from the extra_attrs field of the PangoAnalysis passed to script_shape(). - Post-process the output inserting space between letters based on the same sort of information we need for justification.
*** Bug 53737 has been marked as a duplicate of this bug. ***
letter spacing is done in pango-1.5.x. I'm going to extend and retitle this bug because I feel that letter spacing isn't really done without supporting CSS word spacing as well.
The ability to adjust the spaces between letters would be a wonderful addition to the text tool. It's the one function I really miss.
Retitle for whats left here
Closing. Word-spacing is not common as letter-spacing in general.