mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-09 02:48:04 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue