GtkFontChooser: Allow a custom font map

Desktop / GNOME / GTK - Matthias Clasen [redhat.com] - 7 May 2015 06:33 UTC

This lets applications show their own fonts instead of or in addition to system fonts.

https://bugzilla.gnome.org/show_bug.cgi?id=748771

049cbc8 GtkFontChooser: Allow a custom font map
docs/reference/gtk/gtk3-sections.txt | 2 +
gtk/gtkfontbutton.c | 41 ++++++++++++++---
gtk/gtkfontchooser.c | 56 +++++++++++++++++++++++
gtk/gtkfontchooser.h | 5 +++
gtk/gtkfontchooserutils.c | 3 ++
gtk/gtkfontchooserutils.h | 1 +
gtk/gtkfontchooserwidget.c | 81 ++++++++++++++++++++++++++--------
tests/testfontchooserdialog.c | 24 +++++++++-
8 files changed, 187 insertions(+), 26 deletions(-)

Upstream: git.gnome.org


  • Share