From cb509d9c894a8b9aa586eebf896526578fdd8822 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 10 Jan 2023 13:11:48 -0700 Subject: [PATCH] [face] Docs --- src/hb-face.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hb-face.cc b/src/hb-face.cc index 5395bf85f..97582face 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -471,6 +471,8 @@ hb_face_get_index (const hb_face_t *face) * * Sets the units-per-em (upem) for a face object to the specified value. * + * This API is used in rare circumstances. + * * Since: 0.9.2 **/ void @@ -509,6 +511,8 @@ hb_face_get_upem (const hb_face_t *face) * * Sets the glyph count for a face object to the specified value. * + * This API is used in rare circumstances. + * * Since: 0.9.7 **/ void