type comments for vips_text()

This commit is contained in:
John Cupitt 2016-07-27 17:43:28 +01:00
parent d388f666cb
commit 54aea13a8c
1 changed files with 5 additions and 5 deletions

View File

@ -341,11 +341,11 @@ vips_text_init( VipsText *text )
*
* Optional arguments:
*
* * @font: font to render with
* * @width: render within this many pixels across
* * @alignment: left/centre/right alignment
* * @dpi: render at this resolution
* * @spacing: space lines by this in points
* * @font: %gchararray, font to render with
* * @width: %gint, render within this many pixels across
* * @alignment: #VipsAlign, left/centre/right alignment
* * @dpi: %gint, render at this resolution
* * @spacing: %gint, space lines by this in points
*
* Draw the string @text to an image. @out is a one-band 8-bit
* unsigned char image, with 0 for no text and 255 for text. Values inbetween