[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.
This commit is contained in:
Khaled Hosny 2025-02-13 14:00:31 +02:00 committed by Behdad Esfahbod
parent d2a88fbd7b
commit bcd5aa368d

View file

@ -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>Note: Internally, this function creates a CTFont.
* </note>
*