This commit is contained in:
John Cupitt 2017-09-21 10:58:30 +01:00
parent 18d25cfa08
commit 393e2cd766

View File

@ -462,7 +462,7 @@ vips_text_class_init( VipsTextClass *class )
VIPS_ARG_INT( class, "autofit_dpi", 10, VIPS_ARG_INT( class, "autofit_dpi", 10,
_( "Autofit DPI" ), _( "Autofit DPI" ),
_( "DPI selected bu autofit" ), _( "DPI selected by autofit" ),
VIPS_ARGUMENT_OPTIONAL_OUTPUT, VIPS_ARGUMENT_OPTIONAL_OUTPUT,
G_STRUCT_OFFSET( VipsText, dpi ), G_STRUCT_OFFSET( VipsText, dpi ),
1, 1000000, 72 ); 1, 1000000, 72 );