Remove deprecated constant in documentation.
* include/freetype/ftdriver.h: Suggest using `FT_HINTING_ADOBE' since `FT_CFF_HINTING_ADOBE' is deprecated.
This commit is contained in:
parent
5b904409fc
commit
37c7b81794
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user