From 524e0f0ad582604ad86e04e5a49cd453920f09cb Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 19 Dec 2024 11:53:37 +0200 Subject: [PATCH] [doc] Improve hb_face_reference_table() docs --- src/hb-face.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-face.cc b/src/hb-face.cc index bc0f6d90d..c7dbf7966 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -470,7 +470,8 @@ hb_face_is_immutable (const hb_face_t *face) * @tag: The #hb_tag_t of the table to query * * Fetches a reference to the specified table within - * the specified face. + * the specified face. Returns an empty blob if referencing table data is not + * possible. * * Return value: (transfer full): A pointer to the @tag table within @face *