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 751812 - add gtk_widget_set_font_map
add gtk_widget_set_font_map
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-07-02 00:36 UTC by Matthias Clasen
Modified: 2015-07-19 20:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkWidget: Add custom font map support (6.04 KB, patch)
2015-07-06 04:34 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2015-07-02 00:36:32 UTC
This is necessary to make use of custom fonts. It should be inherited down the widget hierarchy.
Comment 1 Matthias Clasen 2015-07-06 04:34:54 UTC
Created attachment 306893 [details] [review]
GtkWidget: Add custom font map support

This allows to use a custom font map for parts of the widget
hierarchy - this can be used for application-specific fonts.
Comment 2 Matthias Clasen 2015-07-19 20:59:10 UTC
Attachment 306893 [details] pushed as e7fe194 - GtkWidget: Add custom font map support