GNOME Bugzilla – Bug 740954
Please consider adding a font fallback property
Last modified: 2014-12-04 05:10:08 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.
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).
That would be outstanding. It definitely belongs in GtkTextTag. I tried that originally but failed, so took a more direct approach. Thank you.