From 8d0e18b51d37c7f7e4d49e42e612d82e40f88656 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 Dec 2022 22:12:29 -0500 Subject: [PATCH] [cairo] More details in the docs Mention slant as well. --- src/hb-cairo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-cairo.cc b/src/hb-cairo.cc index 77ac48e65..687597027 100644 --- a/src/hb-cairo.cc +++ b/src/hb-cairo.cc @@ -536,7 +536,7 @@ hb_cairo_font_face_get_face (cairo_font_face_t *font_face) * to @font. * * Note that the scale of @font does not affect the rendering, - * but the variations that are set on @font do. + * but the variations and slant that are set on @font do. * * Returns: a newly created `cairo_font_face_t` *