summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-06-08 13:41:41 -0500
committerFederico Mena Quintero <federico@gnome.org>2021-06-14 20:22:56 -0500
commitd16803843748be6cba48b74e60fa58390e90ae6b (patch)
tree8a881a34c5fd162b5f0b5c6e799e5d4509c1ed34
parent07f646202ee9d54e5884e8e7ae5e0eab621b43bd (diff)
downloadpango-d16803843748be6cba48b74e60fa58390e90ae6b.tar.gz
Link to the CSS font-feature-settings docs for pango_attr_font_features_new
Fixes https://gitlab.gnome.org/GNOME/pango/-/issues/565
-rw-r--r--pango/pango-attributes.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index ffd209d6..8b1d857b 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1122,10 +1122,14 @@ pango_attr_gravity_hint_new (PangoGravityHint hint)
/**
* pango_attr_font_features_new:
- * @features: a string with OpenType font features, in CSS syntax
+ * @features: a string with OpenType font features, with the syntax of the [CSS
+ * font-feature-settings property](https://www.w3.org/TR/css-fonts-4/#font-rend-desc)
*
* Create a new font features tag attribute.
*
+ * You can use this attribute to select OpenType font features like small-caps,
+ * alternative glyphs, ligatures, etc. for fonts that support them.
+ *
* Return value: (transfer full): the newly allocated
* `PangoAttribute`, which should be freed with
* [method@Pango.Attribute.destroy]