mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[fontations/doc] Add section
This commit is contained in:
parent
afe1af8fa9
commit
c6d2e9e855
1 changed files with 12 additions and 2 deletions
|
@ -27,14 +27,24 @@
|
|||
|
||||
#include "hb.h"
|
||||
|
||||
/**
|
||||
* SECTION: hb-fontations
|
||||
* @title: hb-fontations
|
||||
* @short_description: Fontations integration
|
||||
* @include: hb-fontations.h
|
||||
*
|
||||
* Functions for using HarfBuzz with
|
||||
* [Fontations](https://github.com/googlefonts/fontations/) fonts.
|
||||
**/
|
||||
|
||||
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.
|
||||
* object to use Fontations font functions.
|
||||
*
|
||||
* XSince: REPLACEME
|
||||
**/
|
||||
|
|
Loading…
Add table
Reference in a new issue