From bcd5aa368d3fd3ef741ea29df15d3d56011811c0 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 13 Feb 2025 14:00:31 +0200 Subject: [PATCH] [docs/coretext] Fix hb_coretext_font_set_funcs() documentation Remove the note that fonts created with hb_coretext_font_create() have these font functions configured for them, which is not true. hb_coretext_font_create() documents this correctly. --- src/hb-coretext-font.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hb-coretext-font.cc b/src/hb-coretext-font.cc index 7f12243d9..b9726373d 100644 --- a/src/hb-coretext-font.cc +++ b/src/hb-coretext-font.cc @@ -511,10 +511,6 @@ _hb_coretext_get_font_funcs () * created with hb_face_create(), and therefore was not * initially configured to use CoreText font functions. * - * An #hb_font_t object created with hb_coretext_font_create() - * is preconfigured for CoreText font functions and does not - * require this function to be used. - * * Note: Internally, this function creates a CTFont. * *