[doc] Fix hb_font_set_synthetic_slant param name
This commit is contained in:
parent
0b2c514fb4
commit
0acf466c44
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue