From 23980d3cb2e0d374933f28e58ff0631b4a59e1e0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Dec 2022 16:22:35 -0700 Subject: [PATCH] [cairo] Docs --- src/hb-cairo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-cairo.cc b/src/hb-cairo.cc index 5e2f47159..b802698a1 100644 --- a/src/hb-cairo.cc +++ b/src/hb-cairo.cc @@ -730,6 +730,7 @@ hb_cairo_font_face_get_scale_factor (cairo_font_face_t *font_face) * * Extracts information from @buffer in a form that can be * passed to cairo_show_text_glyphs() or cairo_show_glyphs(). + * This API is modeled after cairo_scaled_font_text_to_glyphs(). * * See hb_cairo_font_face_set_scale_factor() for the details of * the @scale_factor argument.