|
|
|
@ -80,14 +80,12 @@ FT_BEGIN_HEADER |
|
|
|
|
/* If you enable this configuration option, FreeType recognizes an */ |
|
|
|
|
/* environment variable called `FREETYPE_PROPERTIES', which can be used */ |
|
|
|
|
/* to control the various font drivers and modules. The controllable */ |
|
|
|
|
/* properties are listed in the section `Controlling FreeType Modules' */ |
|
|
|
|
/* in the reference's table of contents; currently there are properties */ |
|
|
|
|
/* for the auto-hinter (file `ftautoh.h'), CFF (file `ftcffdrv.h'), */ |
|
|
|
|
/* TrueType (file `ftttdrv.h'), and PCF (file `ftpcfdrv.h'). */ |
|
|
|
|
/* properties are listed in the section @properties. */ |
|
|
|
|
/* */ |
|
|
|
|
/* `FREETYPE_PROPERTIES' has the following syntax form (broken here into */ |
|
|
|
|
/* multiple lines for better readability). */ |
|
|
|
|
/* */ |
|
|
|
|
/* { */ |
|
|
|
|
/* <optional whitespace> */ |
|
|
|
|
/* <module-name1> ':' */ |
|
|
|
|
/* <property-name1> '=' <property-value1> */ |
|
|
|
@ -95,6 +93,7 @@ FT_BEGIN_HEADER |
|
|
|
|
/* <module-name2> ':' */ |
|
|
|
|
/* <property-name2> '=' <property-value2> */ |
|
|
|
|
/* ... */ |
|
|
|
|
/* } */ |
|
|
|
|
/* */ |
|
|
|
|
/* Example: */ |
|
|
|
|
/* */ |
|
|
|
@ -794,8 +793,8 @@ FT_BEGIN_HEADER |
|
|
|
|
/* possible to set up the default values of the four control points that */ |
|
|
|
|
/* define the stem darkening behaviour of the (new) CFF engine. For */ |
|
|
|
|
/* more details please read the documentation of the */ |
|
|
|
|
/* `darkening-parameters' property of the cff driver module (file */ |
|
|
|
|
/* `ftcffdrv.h'), which allows the control at run-time. */ |
|
|
|
|
/* `darkening-parameters' property (file `ftdriver.h'), which allows the */ |
|
|
|
|
/* control at run-time. */ |
|
|
|
|
/* */ |
|
|
|
|
/* Do *not* undefine these macros! */ |
|
|
|
|
/* */ |
|
|
|
@ -883,7 +882,7 @@ FT_BEGIN_HEADER |
|
|
|
|
/* */ |
|
|
|
|
/* This experimental option is active only if the rendering mode is */ |
|
|
|
|
/* FT_RENDER_MODE_LIGHT; you can switch warping on and off with the */ |
|
|
|
|
/* `warping' property of the auto-hinter (see file `ftautoh.h' for more */ |
|
|
|
|
/* `warping' property of the auto-hinter (see file `ftdriver.h' for more */ |
|
|
|
|
/* information; by default it is switched off). */ |
|
|
|
|
/* */ |
|
|
|
|
#define AF_CONFIG_OPTION_USE_WARPER |
|
|
|
|