From 30605e09b9e9be7469bd4b6989af3c99da36a691 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 Dec 2022 22:04:22 -0500 Subject: [PATCH] [cairo] Mention variations in the docs --- src/hb-cairo.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-cairo.cc b/src/hb-cairo.cc index 7af23d92d..77ac48e65 100644 --- a/src/hb-cairo.cc +++ b/src/hb-cairo.cc @@ -535,7 +535,8 @@ hb_cairo_font_face_get_face (cairo_font_face_t *font_face) * Creates a `cairo_font_face_t` for rendering text according * to @font. * - * Note that the scale of @font does not affect the rendering. + * Note that the scale of @font does not affect the rendering, + * but the variations that are set on @font do. * * Returns: a newly created `cairo_font_face_t` *