parent
fce3bf8127
commit
e9f7b338ef
|
@ -105,8 +105,8 @@ The pre-defined configurations are:
|
||||||
* `HB_MINI`: Disables shaping of AAT as well as legacy fonts. Ie. it produces
|
* `HB_MINI`: Disables shaping of AAT as well as legacy fonts. Ie. it produces
|
||||||
a capable OpenType shaper only.
|
a capable OpenType shaper only.
|
||||||
|
|
||||||
* `HB_LEAN`: Disables various non-shaping functionality in the library. See
|
* `HB_LEAN`: Disables various non-shaping functionality in the library, as well
|
||||||
the definition for details.
|
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
|
* `HB_TINY`: Enables both `HB_MINI` and `HB_LEAN` configurations, as well as
|
||||||
disabling thread-safety and debugging, and use size-optimized data tables.
|
disabling thread-safety and debugging, and use size-optimized data tables.
|
||||||
|
|
Loading…
Reference in New Issue