From 8a2efbd8a113ec885b3a437c014912ca9ee22460 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 10 Jan 2023 13:10:36 -0700 Subject: [PATCH] [upem] More docs --- src/hb-face.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/hb-face.cc b/src/hb-face.cc index e79c0faae..5395bf85f 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -487,7 +487,10 @@ hb_face_set_upem (hb_face_t *face, * hb_face_get_upem: * @face: A face object * - * Fetches the units-per-em (upem) value of the specified face object. + * Fetches the units-per-em (UPEM) value of the specified face object. + * + * Typical UPEM values for fonts are 1000, or 2048, but any value + * in between 16 and 16,384 is allowed for OpenType fonts. * * Return value: The upem value of @face *