diff --git a/CONFIG.md b/CONFIG.md index 393553c0a..98be0363e 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -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.