Commit 37c7b81794fc0499f02f8a434a66d350616f308b

Armin Hasitzka 2018-08-12T01:42:00

Remove deprecated constant in documentation. * include/freetype/ftdriver.h: Suggest using `FT_HINTING_ADOBE' since `FT_CFF_HINTING_ADOBE' is deprecated.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/ftdriver.h b/include/freetype/ftdriver.h
index b0a53d6..d703845 100644
--- a/include/freetype/ftdriver.h
+++ b/include/freetype/ftdriver.h
@@ -383,7 +383,7 @@ FT_BEGIN_HEADER
    *
    *   {
    *     FT_Library  library;
-   *     FT_UInt     hinting_engine = FT_CFF_HINTING_ADOBE;
+   *     FT_UInt     hinting_engine = FT_HINTING_ADOBE;
    *
    *
    *     FT_Init_FreeType( &library );