mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Update src/hb-fontations.h
Co-authored-by: Khaled Hosny <khaled@aliftype.com>
This commit is contained in:
parent
0113c86a2f
commit
77b20cf7b9
1 changed files with 10 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue