From 80c01d768734faafe5701414bd63c63cd243a404 Mon Sep 17 00:00:00 2001 From: n8willis Date: Wed, 15 Apr 2020 18:08:55 +0100 Subject: [PATCH] Update hb-ft.cc --- src/hb-ft.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 2dadc02db..efe3dd0a0 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -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. *