[embolden] Docs

This commit is contained in:
Behdad Esfahbod 2023-02-08 17:45:59 -07:00
parent be1c14ee0a
commit 737b15c5a0
1 changed files with 3 additions and 1 deletions

View File

@ -2471,7 +2471,9 @@ hb_font_get_ptem (hb_font_t *font)
* hb_font_draw_glyph(). * hb_font_draw_glyph().
* *
* If @in_place is %FALSE, then glyph advance-widths are also * 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 * Since: REPLACEME
**/ **/