[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [freetype2] master 652f886: [smooth] Stop using dedicated LCD module
From: |
Werner LEMBERG |
Subject: |
Re: [freetype2] master 652f886: [smooth] Stop using dedicated LCD modules and classes. |
Date: |
Tue, 12 May 2020 06:53:24 +0200 (CEST) |
> 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
- Re: [freetype2] master 652f886: [smooth] Stop using dedicated LCD modules and classes.,
Werner LEMBERG <=