This commit is contained in:
Khaled Hosny 2023-03-13 16:59:23 +02:00
parent fd6c81585f
commit 59008b2313

View File

@ -62,8 +62,8 @@ Config.register_option(
name="fontTools.otlLib.builder:WRITE_GPOS7",
help=dedent(
"""\
macOS before 13.2 didnt support GPOS LookupType 7 (none-chaining
ContextPos lookups), so FontTools.otLib.builder disables a file size
macOS before 13.2 didnt support GPOS LookupType 7 (non-chaining
ContextPos lookups), so FontTools.otlLib.builder disables a file size
optimisation that would use LookupType 7 instead of 8 when there is no
chaining (no prefix or suffix). Set to True to enable the optimization.
"""