[ft] Docs
This commit is contained in:
parent
cb509d9c89
commit
fecce62a45
|
@ -1391,6 +1391,10 @@ _release_blob (void *arg)
|
||||||
* is preconfigured for FreeType font functions and does not
|
* is preconfigured for FreeType font functions and does not
|
||||||
* require this function to be used.
|
* require this function to be used.
|
||||||
*
|
*
|
||||||
|
* Note that if you modify the underlying #hb_font_t after
|
||||||
|
* calling this function, you need to call hb_ft_hb_font_changed()
|
||||||
|
* to update the underlying FT_Face.
|
||||||
|
*
|
||||||
* <note>Note: Internally, this function creates an FT_Face.
|
* <note>Note: Internally, this function creates an FT_Face.
|
||||||
* </note>
|
* </note>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue