From a888761a7808c45ee30ca42d4fe228c7ec95587d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 21 Jan 2025 15:56:26 +0200 Subject: [PATCH] [hb-ft] Hopefully clarify hb_ft_font_create() life cycle even more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add “only” to one more place. --- src/hb-ft.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 7e65277d1..841f572e4 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -1290,7 +1290,7 @@ hb_ft_face_create_cached (FT_Face ft_face) * * If you know you have valid reasons not to use hb_ft_font_create_referenced(), * then it is the client program's responsibility to destroy @ft_face - * after the #hb_font_t font object has been destroyed. + * only after the #hb_font_t font object has been destroyed. * * HarfBuzz will use the @destroy callback on the #hb_font_t font object * if it is supplied when you use this function. However, even if @destroy