mirror of https://github.com/freetype/freetype
ftoption.h: s/precendence/precedence/ in documentation (#54586).
This commit is contained in:
parent
3915a18b8c
commit
14dff08f37
|
@ -221,7 +221,7 @@ FT_BEGIN_HEADER
|
|||
* it for certain configurations only.
|
||||
*
|
||||
* If you use a build system like cmake or the `configure' script,
|
||||
* options set by those programs have precendence, overwriting the
|
||||
* options set by those programs have precedence, overwriting the
|
||||
* value here with the configured one.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
|
||||
|
@ -241,7 +241,7 @@ FT_BEGIN_HEADER
|
|||
* Define this macro if you want to enable this `feature'.
|
||||
*
|
||||
* If you use a build system like cmake or the `configure' script,
|
||||
* options set by those programs have precendence, overwriting the
|
||||
* options set by those programs have precedence, overwriting the
|
||||
* value here with the configured one.
|
||||
*/
|
||||
#define FT_CONFIG_OPTION_USE_BZIP2
|
||||
|
@ -270,7 +270,7 @@ FT_BEGIN_HEADER
|
|||
* Define this macro if you want to enable this `feature'.
|
||||
*
|
||||
* If you use a build system like cmake or the `configure' script,
|
||||
* options set by those programs have precendence, overwriting the
|
||||
* options set by those programs have precedence, overwriting the
|
||||
* value here with the configured one.
|
||||
*/
|
||||
#define FT_CONFIG_OPTION_USE_PNG
|
||||
|
@ -287,7 +287,7 @@ FT_BEGIN_HEADER
|
|||
* Define this macro if you want to enable this `feature'.
|
||||
*
|
||||
* If you use a build system like cmake or the `configure' script,
|
||||
* options set by those programs have precendence, overwriting the
|
||||
* options set by those programs have precedence, overwriting the
|
||||
* value here with the configured one.
|
||||
*/
|
||||
#define FT_CONFIG_OPTION_USE_HARFBUZZ
|
||||
|
|
|
@ -220,7 +220,7 @@ FT_BEGIN_HEADER
|
|||
* for certain configurations only.
|
||||
*
|
||||
* If you use a build system like cmake or the 'configure' script,
|
||||
* options set by those programs have precendence, overwriting the value
|
||||
* options set by those programs have precedence, overwriting the value
|
||||
* here with the configured one.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
|
||||
|
@ -240,7 +240,7 @@ FT_BEGIN_HEADER
|
|||
* Define this macro if you want to enable this 'feature'.
|
||||
*
|
||||
* If you use a build system like cmake or the 'configure' script,
|
||||
* options set by those programs have precendence, overwriting the value
|
||||
* options set by those programs have precedence, overwriting the value
|
||||
* here with the configured one.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_USE_BZIP2 */
|
||||
|
@ -269,7 +269,7 @@ FT_BEGIN_HEADER
|
|||
* Define this macro if you want to enable this 'feature'.
|
||||
*
|
||||
* If you use a build system like cmake or the 'configure' script,
|
||||
* options set by those programs have precendence, overwriting the value
|
||||
* options set by those programs have precedence, overwriting the value
|
||||
* here with the configured one.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_USE_PNG */
|
||||
|
@ -286,7 +286,7 @@ FT_BEGIN_HEADER
|
|||
* Define this macro if you want to enable this 'feature'.
|
||||
*
|
||||
* If you use a build system like cmake or the 'configure' script,
|
||||
* options set by those programs have precendence, overwriting the value
|
||||
* options set by those programs have precedence, overwriting the value
|
||||
* here with the configured one.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */
|
||||
|
|
Loading…
Reference in New Issue