From 726cfffc0d37c0bb5aa4bd98403e369c829cbbed Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Dec 2022 15:55:56 -0700 Subject: [PATCH] [cairo] Doc fix --- 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 63d924fef..d98826701 100644 --- a/src/hb-cairo.cc +++ b/src/hb-cairo.cc @@ -675,7 +675,7 @@ hb_cairo_font_face_get_scale_factor (cairo_font_face_t *font_face) * @buffer: a `hb_buffer_t` containing glyphs * @text: (nullable): the text that was shaped in @buffer * @text_len: the length of @text in bytes - * @utf8_clusters: `true` to provide cluster positions in bytes, instead of characters + * @utf8_clusters: `true` to if @buffer clusters are in bytes, instead of characters * @scale_factor: scale factor to divide hb_positions_t values by * @glyphs: return location for an array of `cairo_glyph_t` * @num_glyphs: return location for the length of @glyphs