GNOME Bugzilla – Bug 503083
Make hexbox usable as an attribute
Last modified: 2018-05-22 12:37:49 UTC
The hexbox code is quite complex because of hinting issues, etc. It would be a useful feature to have shape-like attributes that will render a box with text inside. Can be used to show tabs, newlines, ... more usefully for example. For newlines maybe we should do that by default (bug 501482). Anyway, something like: pango_attribute_box_new (const char *text); text should be ASCII, and rows/cols are automatically determined. (and Behnam can finally get his "ZWNJ" box)
Related to bug 322391 (ruby text).
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/pango/issues/115.