summaryrefslogtreecommitdiff
path: root/include/freetype/ftdriver.h
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2023-02-16 23:06:27 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2023-02-17 04:14:07 +0000
commit1ca2efd652da28c0359ac2aaed9aa78362320083 (patch)
tree5c2a7e38920bb1d220c0bd836a456483d8ce1f2a /include/freetype/ftdriver.h
parent74ea5454cc2dee5cbd9c42e63cde8cb26f94beb9 (diff)
downloadfreetype2-apodtele-master-patch-68578.tar.gz
[truetype] Hide Infinality.apodtele-master-patch-68578
Remove Infinality as an option before its complete extraction. * include/freetype/ftoption.h: Remove the Infinality option. * devel/ftoption.h: Ditto. * inclide/freetype/ftdriver.h (TT_INTERPRETER_VERSION_38): Is 40 now.
Diffstat (limited to 'include/freetype/ftdriver.h')
-rw-r--r--include/freetype/ftdriver.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/freetype/ftdriver.h b/include/freetype/ftdriver.h
index f90946fd1..4ed8b59d7 100644
--- a/include/freetype/ftdriver.h
+++ b/include/freetype/ftdriver.h
@@ -651,11 +651,8 @@ FT_BEGIN_HEADER
* Windows~98; only grayscale and B/W rasterizing is supported.
*
* TT_INTERPRETER_VERSION_38 ::
- * Version~38 corresponds to MS rasterizer v.1.9; it is roughly
- * equivalent to the hinting provided by DirectWrite ClearType (as can
- * be found, for example, in the Internet Explorer~9 running on
- * Windows~7). It is used in FreeType to select the 'Infinality'
- * subpixel hinting code. The code may be removed in a future version.
+ * Version~38 is the same Version~40. The original 'Infinality' code is
+ * no longer available.
*
* TT_INTERPRETER_VERSION_40 ::
* Version~40 corresponds to MS rasterizer v.2.1; it is roughly
@@ -760,7 +757,7 @@ FT_BEGIN_HEADER
*
*/
#define TT_INTERPRETER_VERSION_35 35
-#define TT_INTERPRETER_VERSION_38 38
+#define TT_INTERPRETER_VERSION_38 40
#define TT_INTERPRETER_VERSION_40 40