> diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
> index 01cb5fb..64735ff 100644
> --- a/include/freetype/ftmodapi.h
> +++ b/include/freetype/ftmodapi.h
> @@ -65,7 +65,7 @@ FT_BEGIN_HEADER
> * psnames
> * raster1
> * sfnt
> - * smooth, smooth-lcd, smooth-lcdv
> + * smooth
> * truetype
> * type1
> * type42
While I agree with your change I think we lose backward compatibility.
A user who is actively using `smooth-lcd' will no longer have a
working FreeType installation.
Shouldn't be the proper action rather to map `smooth-lcd' and
`smooth-lcdv' to `smooth'?
Werner