summaryrefslogtreecommitdiff
path: root/pango/pango-font.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r--pango/pango-font.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 498338b2..e7272e3e 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -52,6 +52,14 @@ typedef struct _PangoFontDescription PangoFontDescription;
* to a script. The fields of this structure are private to implementations
* of a font backend. See the documentation of the corresponding getters
* for documentation of their meaning.
+ *
+ * For an overview of the most important metrics, see:
+ *
+ * <picture>
+ * <source srcset="fontmetrics-dark.png" media="(prefers-color-scheme: dark)">
+ * <img alt="Font metrics" src="fontmetrics-light.png">
+ * </picture>
+
*/
typedef struct _PangoFontMetrics PangoFontMetrics;