[gtk/font-chooser-docs] fontchooser: Add some details to the docs




commit 5b03f5c531587d00dbe1e1e10332839ba2f5f47a
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 21 07:28:26 2022 -0400

    fontchooser: Add some details to the docs

 gtk/gtkfontchooser.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index fb87ed0ca4..413124d3d3 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -524,6 +524,10 @@ gtk_font_chooser_get_level (GtkFontChooser *fontchooser)
  *
  * Gets the currently-selected font features.
  *
+ * The format of the returned string is compatible with the
+ * [CSS font-feature-settings property](https://www.w3.org/TR/css-fonts-4/#font-rend-desc).
+ * It can be passed to [func Pango AttrFontFeatures new].
+ *
  * Returns: the currently selected font features
  */
 char *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]