[docs] Small fixes

This commit is contained in:
Khaled Hosny 2022-12-29 15:49:21 +02:00
parent 313f74a693
commit 723e7a48e2
2 changed files with 4 additions and 4 deletions

View File

@ -755,9 +755,9 @@ hb_cairo_font_face_get_scale_factor (cairo_font_face_t *font_face)
/**
* hb_cairo_glyphs_from_buffer:
* @buffer: a #hb_buffer_t containing glyphs
* @utf8_clusters: `true` to if @buffer clusters are in bytes, instead of characters
* @x_scale_factor: scale factor to divide hb_positions_t Y values by
* @y_scale_factor: scale factor to divide hb_positions_t X values by
* @utf8_clusters: `true` if @buffer clusters are in bytes, instead of characters
* @x_scale_factor: scale factor to divide #hb_position_t Y values by
* @y_scale_factor: scale factor to divide #hb_position_t X values by
* @x: X position to place first glyph
* @y: Y position to place first glyph
* @utf8: (nullable): the text that was shaped in @buffer

View File

@ -816,7 +816,7 @@ hb_font_funcs_set_glyph_from_name_func (hb_font_funcs_t *ffuncs,
*
* Since: 4.0.0
*
* Deprecated: REPLACEME: Use hb_font_set_draw_glyph_func() instead
* Deprecated: REPLACEME: Use hb_font_funcs_set_draw_glyph_func() instead
**/
HB_EXTERN void
hb_font_funcs_set_glyph_shape_func (hb_font_funcs_t *ffuncs,