From 737b15c5a0251d1579bc4b6a41cb08bc8c66e275 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 8 Feb 2023 17:45:59 -0700 Subject: [PATCH] [embolden] Docs --- src/hb-font.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index a3d394f87..743305107 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -2471,7 +2471,9 @@ hb_font_get_ptem (hb_font_t *font) * hb_font_draw_glyph(). * * If @in_place is %FALSE, then glyph advance-widths are also - * adjusted, otherwise they are not. + * adjusted, otherwise they are not. The in-place mode is + * useful for simulating [font grading](https://fonts.google.com/knowledge/glossary/grade). + * * * Since: REPLACEME **/