s/with other words/in other words/
This commit is contained in:
parent
96d87bed0e
commit
b016c53f42
|
@ -489,8 +489,8 @@ FT_BEGIN_HEADER
|
||||||
/* of the TrueType bytecode interpreter is used that doesn't implement */
|
/* of the TrueType bytecode interpreter is used that doesn't implement */
|
||||||
/* any of the patented opcodes and algorithms. Note that the */
|
/* any of the patented opcodes and algorithms. Note that the */
|
||||||
/* the TT_CONFIG_OPTION_UNPATENTED_HINTING macro is *ignored* if you */
|
/* the TT_CONFIG_OPTION_UNPATENTED_HINTING macro is *ignored* if you */
|
||||||
/* define TT_CONFIG_OPTION_BYTECODE_INTERPRETER; with other words, */
|
/* define TT_CONFIG_OPTION_BYTECODE_INTERPRETER; in other words, either */
|
||||||
/* either define TT_CONFIG_OPTION_BYTECODE_INTERPRETER or */
|
/* define TT_CONFIG_OPTION_BYTECODE_INTERPRETER or */
|
||||||
/* TT_CONFIG_OPTION_UNPATENTED_HINTING but not both at the same time. */
|
/* TT_CONFIG_OPTION_UNPATENTED_HINTING but not both at the same time. */
|
||||||
/* */
|
/* */
|
||||||
/* This macro is only useful for a small number of font files (mostly */
|
/* This macro is only useful for a small number of font files (mostly */
|
||||||
|
|
|
@ -489,8 +489,8 @@ FT_BEGIN_HEADER
|
||||||
/* of the TrueType bytecode interpreter is used that doesn't implement */
|
/* of the TrueType bytecode interpreter is used that doesn't implement */
|
||||||
/* any of the patented opcodes and algorithms. Note that the */
|
/* any of the patented opcodes and algorithms. Note that the */
|
||||||
/* the TT_CONFIG_OPTION_UNPATENTED_HINTING macro is *ignored* if you */
|
/* the TT_CONFIG_OPTION_UNPATENTED_HINTING macro is *ignored* if you */
|
||||||
/* define TT_CONFIG_OPTION_BYTECODE_INTERPRETER; with other words, */
|
/* define TT_CONFIG_OPTION_BYTECODE_INTERPRETER; in other words, either */
|
||||||
/* either define TT_CONFIG_OPTION_BYTECODE_INTERPRETER or */
|
/* define TT_CONFIG_OPTION_BYTECODE_INTERPRETER or */
|
||||||
/* TT_CONFIG_OPTION_UNPATENTED_HINTING but not both at the same time. */
|
/* TT_CONFIG_OPTION_UNPATENTED_HINTING but not both at the same time. */
|
||||||
/* */
|
/* */
|
||||||
/* This macro is only useful for a small number of font files (mostly */
|
/* This macro is only useful for a small number of font files (mostly */
|
||||||
|
|
|
@ -60,8 +60,8 @@ FT_BEGIN_HEADER
|
||||||
/* */
|
/* */
|
||||||
/* <Description> */
|
/* <Description> */
|
||||||
/* FreeType assumes that structures allocated by the user and passed */
|
/* FreeType assumes that structures allocated by the user and passed */
|
||||||
/* as arguments are zeroed out except for the actual data. With */
|
/* as arguments are zeroed out except for the actual data. In other */
|
||||||
/* other words, it is recommended to use `calloc' (or variants of it) */
|
/* words, it is recommended to use `calloc' (or variants of it) */
|
||||||
/* instead of `malloc' for allocation. */
|
/* instead of `malloc' for allocation. */
|
||||||
/* */
|
/* */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
@ -1770,7 +1770,7 @@ FT_BEGIN_HEADER
|
||||||
/* `num_params' and `params' is used. They are ignored otherwise. */
|
/* `num_params' and `params' is used. They are ignored otherwise. */
|
||||||
/* */
|
/* */
|
||||||
/* Ideally, both the `pathname' and `params' fields should be tagged */
|
/* Ideally, both the `pathname' and `params' fields should be tagged */
|
||||||
/* as `const'; this is missing for API backwards compatibility. With */
|
/* as `const'; this is missing for API backwards compatibility. In */
|
||||||
/* other words, applications should treat them as read-only. */
|
/* other words, applications should treat them as read-only. */
|
||||||
/* */
|
/* */
|
||||||
typedef struct FT_Open_Args_
|
typedef struct FT_Open_Args_
|
||||||
|
|
Loading…
Reference in New Issue