From e9f7b338ef599b9cbffa125fe594a9939b8517cb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 20 Jun 2019 11:48:44 -0700 Subject: [PATCH] [config] Adjust description of HB_LEAN https://github.com/harfbuzz/harfbuzz/commit/d84932ba50482b3b47e393714eb77b19173d1f14 --- CONFIG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.