[gtk/fontchooser-tweaks: 3/4] fontchooserwidget: Revise handling of named instances
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/fontchooser-tweaks: 3/4] fontchooserwidget: Revise handling of named instances
- Date: Fri, 31 Dec 2021 18:14:16 +0000 (UTC)
commit 2dc56a6e9ba9ec6fb430e9181968fea08367f9ff
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Dec 31 09:50:47 2021 -0500
fontchooserwidget: Revise handling of named instances
Allowing to tweak the axes of named instances does
not do any harm. If we don't, we have to worry that
we need at least one non-named-instance in the face
list, and make it more obvious how to pick it out.
gtk/gtkfontchooserwidget.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c
index 27608eb16f..674349f418 100644
--- a/gtk/gtkfontchooserwidget.c
+++ b/gtk/gtkfontchooserwidget.c
@@ -1522,13 +1522,6 @@ should_show_axis (hb_ot_var_axis_info_t *ax)
return TRUE;
}
-static gboolean
-is_named_instance (hb_font_t *font)
-{
- /* FIXME */
- return FALSE;
-}
-
static struct {
guint32 tag;
const char *name;
@@ -1598,7 +1591,7 @@ add_axis (GtkFontChooserWidget *fontchooser,
adjustment_changed (axis->adjustment, axis);
g_signal_connect (axis->adjustment, "value-changed", G_CALLBACK (adjustment_changed), axis);
- if (is_named_instance (hb_font) || !should_show_axis (ax))
+ if (!should_show_axis (ax))
{
gtk_widget_hide (axis->label);
gtk_widget_hide (axis->scale);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]