diff --git a/libvips/create/text.c b/libvips/create/text.c index 90344c6c..f2e604cf 100644 --- a/libvips/create/text.c +++ b/libvips/create/text.c @@ -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