[gtk+/wip/matthiasc/font-features] Update for latest Pango changes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/matthiasc/font-features] Update for latest Pango changes
- Date: Wed, 11 Mar 2015 20:31:07 +0000 (UTC)
commit 390e77d90dbabfb327b736ab6e7b31121c8ecf69
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 11 16:30:19 2015 -0400
Update for latest Pango changes
The attribute name has been shortened from font_feature_settings
to font_features.
demos/font-features/font-features.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/font-features/font-features.c b/demos/font-features/font-features.c
index 26679fb..4bf1666 100644
--- a/demos/font-features/font-features.c
+++ b/demos/font-features/font-features.c
@@ -63,7 +63,7 @@ update (void)
gtk_label_set_text (GTK_LABEL (settings), font_settings);
s = g_string_new ("");
- g_string_append_printf (s, "<span font_desc='%s' font_feature_settings='%s'>%s</span>", font_desc,
font_settings, text);
+ g_string_append_printf (s, "<span font_desc='%s' font_features='%s'>%s</span>", font_desc, font_settings,
text);
gtk_label_set_markup (GTK_LABEL (label), s->str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]