[config] Adjust description of HB_LEAN

d84932ba50
This commit is contained in:
Behdad Esfahbod 2019-06-20 11:48:44 -07:00
parent fce3bf8127
commit e9f7b338ef
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ The pre-defined configurations are:
* `HB_MINI`: Disables shaping of AAT as well as legacy fonts. Ie. it produces
a capable OpenType shaper only.
* `HB_LEAN`: Disables various non-shaping functionality in the library. See
the definition for details.
* `HB_LEAN`: Disables various non-shaping functionality in the library, as well
as esoteric or rarely-used shaping features. See the definition for details.
* `HB_TINY`: Enables both `HB_MINI` and `HB_LEAN` configurations, as well as
disabling thread-safety and debugging, and use size-optimized data tables.