From 77b20cf7b9bb22ebf816325b484483f048450dea Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 4 Mar 2025 04:01:43 -0700 Subject: [PATCH] Update src/hb-fontations.h Co-authored-by: Khaled Hosny --- src/hb-fontations.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/hb-fontations.h b/src/hb-fontations.h index c1936cd3b..b507fddcb 100644 --- a/src/hb-fontations.h +++ b/src/hb-fontations.h @@ -28,7 +28,16 @@ #include "hb.h" HB_BEGIN_DECLS - +/** + * hb_fontations_font_set_funcs: + * @font: #hb_font_t to work upon + * + * Configures the font-functions structure of the specified #hb_font_t font + * object to use [Fontations](https://github.com/googlefonts/fontations/) font + * functions. + * + * XSince: REPLACEME + **/ HB_EXTERN void hb_fontations_font_set_funcs (hb_font_t *font);