Update hb-ft.cc

This commit is contained in:
n8willis 2020-04-13 16:40:15 +01:00 committed by GitHub
parent 3a47921e88
commit 9b91669cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ hb_ft_face_finalize (FT_Face ft_face)
* Creates an #hb_face_t face object from the specified FT_Face.
*
* This variant of the function caches the newly created #hb_face_t
* face object, using the generic pointer of @ft_face. Subsequent function
* face object, using the @generic pointer of @ft_face. Subsequent function
* calls that are passed the same @ft_face parameter will have the same
* #hb_face_t returned to them, and that #hb_face_t will be correctly
* reference counted.