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 740954 - Please consider adding a font fallback property
Please consider adding a font fallback property
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-12-01 08:19 UTC by Jerry Casiano
Modified: 2014-12-04 05:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add font fallback property to gtktextview. (5.56 KB, patch)
2014-12-01 08:19 UTC, Jerry Casiano
none Details | Review

Description Jerry Casiano 2014-12-01 08:19:10 UTC
Created attachment 291867 [details] [review]
Add font fallback property to gtktextview.

This would help me close https://code.google.com/p/font-manager/issues/detail?id=73

I've attached a patch that seems to work. Please advise as I've little experience with C.

Thank you.
Comment 1 Matthias Clasen 2014-12-02 14:00:19 UTC
I've talked about this with Benjamin, and we would prefer to make this a GtkTextTag property instead of adding GtkTextView api for it (the GtkTextAttributes part of your patch will be needed regardless).
Comment 2 Jerry Casiano 2014-12-03 02:21:19 UTC
That would be outstanding. It definitely belongs in GtkTextTag.

I tried that originally but failed, so took a more direct approach.

Thank you.