After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 70477 - New wrap mode
New wrap mode
Status: RESOLVED DUPLICATE of bug 81906
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: future
Assigned To: Owen Taylor
Owen Taylor
Depends on:
Blocks:
 
 
Reported: 2002-02-04 09:04 UTC by Anders Carlsson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Anders Carlsson 2002-02-04 09:04:34 UTC
It would be nice to have a new wrap-mode for PangoLayout that first tried
to word-wrap, and then char-wrap, to match the layout width. For example,
the string

This is a long string with a veryveryverylongword in the middle

would be wrapped like:


This is a long
string with a 
veryveryverylon
gword in the mi
ddle.

(Or something like that)

This would be good for the nautilus icon container and the gnome icon list
which used to do this kind of wrapping
Comment 1 Matthias Clasen 2002-05-17 13:07:49 UTC

*** This bug has been marked as a duplicate of 81906 ***