You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the statement languagesystem DFLT dflt; is present, it must be the first of the languagesystem statements.
But makeotfexe enforces this only if there is more than one languagesystem before DFLT. The following passes without error after removing the first languagesystem statement:
The spec (§4.b.i) states that:
But makeotfexe enforces this only if there is more than one languagesystem before
DFLT
. The following passes without error after removing the first languagesystem statement:The text was updated successfully, but these errors were encountered: