ref: 37c7b81794fc0499f02f8a434a66d350616f308b
parent: 5b904409fc3ee6de45b60df722f95c6499951c2f
author: Armin Hasitzka <[email protected]>
date: Sat Aug 11 21:42:00 EDT 2018
Remove deprecated constant in documentation. * include/freetype/ftdriver.h: Suggest using `FT_HINTING_ADOBE' since `FT_CFF_HINTING_ADOBE' is deprecated.
--- a/include/freetype/ftdriver.h
+++ b/include/freetype/ftdriver.h
@@ -383,7 +383,7 @@
*
* {
* FT_Library library;
- * FT_UInt hinting_engine = FT_CFF_HINTING_ADOBE;
+ * FT_UInt hinting_engine = FT_HINTING_ADOBE;
*
*
* FT_Init_FreeType( &library );