Use new docmaker syntax for identifiers with identical names.
This commit is contained in:
parent
97b808fdad
commit
7696e337ee
|
@ -442,7 +442,7 @@ FT_BEGIN_HEADER
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
*
|
*
|
||||||
* @property:
|
* @property:
|
||||||
* no-stem-darkening
|
* no-stem-darkening[autofit]
|
||||||
*
|
*
|
||||||
* @description:
|
* @description:
|
||||||
* *Experimental* *only*
|
* *Experimental* *only*
|
||||||
|
@ -478,7 +478,7 @@ FT_BEGIN_HEADER
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
*
|
*
|
||||||
* @property:
|
* @property:
|
||||||
* darkening-parameters
|
* darkening-parameters[autofit]
|
||||||
*
|
*
|
||||||
* @description:
|
* @description:
|
||||||
* *Experimental* *only*
|
* *Experimental* *only*
|
||||||
|
@ -486,7 +486,7 @@ FT_BEGIN_HEADER
|
||||||
* See the description of the CFF driver for details. This
|
* See the description of the CFF driver for details. This
|
||||||
* implementation appropriates the
|
* implementation appropriates the
|
||||||
* CFF_CONFIG_OPTION_DARKENING_PARAMETER_* #defines for consistency.
|
* CFF_CONFIG_OPTION_DARKENING_PARAMETER_* #defines for consistency.
|
||||||
* Note the differences described in @no-stem-darkening.
|
* Note the differences described in @no-stem-darkening[autofit].
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -111,8 +111,8 @@ FT_BEGIN_HEADER
|
||||||
*
|
*
|
||||||
* @order:
|
* @order:
|
||||||
* hinting-engine
|
* hinting-engine
|
||||||
* no-stem-darkening
|
* no-stem-darkening[cff]
|
||||||
* darkening-parameters
|
* darkening-parameters[cff]
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ FT_BEGIN_HEADER
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
*
|
*
|
||||||
* @property:
|
* @property:
|
||||||
* no-stem-darkening
|
* no-stem-darkening[cff]
|
||||||
*
|
*
|
||||||
* @description:
|
* @description:
|
||||||
* By default, the Adobe CFF engine darkens stems at smaller sizes,
|
* By default, the Adobe CFF engine darkens stems at smaller sizes,
|
||||||
|
@ -205,7 +205,7 @@ FT_BEGIN_HEADER
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
*
|
*
|
||||||
* @property:
|
* @property:
|
||||||
* darkening-parameters
|
* darkening-parameters[cff]
|
||||||
*
|
*
|
||||||
* @description:
|
* @description:
|
||||||
* By default, the Adobe CFF engine darkens stems as follows (if the
|
* By default, the Adobe CFF engine darkens stems as follows (if the
|
||||||
|
|
Loading…
Reference in New Issue