Update hb-ft.cc

This commit is contained in:
n8willis 2020-04-15 18:08:55 +01:00 committed by GitHub
parent 9457b60edc
commit 80c01d7687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -645,7 +645,8 @@ hb_ft_face_create (FT_Face ft_face,
* This is the preferred variant of the hb_ft_face_create*
* function family, because it calls FT_Reference_Face() on @ft_face,
* ensuring that @ft_face remains alive as long as the resulting
* #hb_face_t face object remains alive.
* #hb_face_t face object remains alive. Also calls FT_Done_Face()
* when the #hb_face_t face object is destroyed.
*
* Use this version unless you know you have good reasons not to.
*