[doc] Fix hb_font_set_synthetic_slant param name

This commit is contained in:
Khaled Hosny 2022-01-13 01:29:22 +02:00
parent 0b2c514fb4
commit 0acf466c44
1 changed files with 1 additions and 1 deletions

View File

@ -2039,7 +2039,7 @@ hb_font_get_ptem (hb_font_t *font)
/** /**
* hb_font_set_synthetic_slant: * hb_font_set_synthetic_slant:
* @font: #hb_font_t to work upon * @font: #hb_font_t to work upon
* @ptem: font size in points. * @slant: synthetic slant value.
* *
* Sets the "synthetic slant" of a font. By default is zero. * Sets the "synthetic slant" of a font. By default is zero.
* Synthetic slant is the graphical skew that the renderer * Synthetic slant is the graphical skew that the renderer