-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This could happen if a shape is not found and substituted
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -945,9 +945,11 @@ | |
\use:c { #2familylatin } | ||
#5 | ||
{ | ||
\__xpg_add_font_feature_script:nee { #2 } | ||
{ \prop_item:Nn \l_xpg_langsetup_prop { #1 / scripttag } } | ||
{ \prop_item:Nn \l_xpg_langsetup_prop { #1 / script } } | ||
\fontspec_font_if_exist:nT{\fontname\font}{ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Udi-Fogiel
Collaborator
|
||
\__xpg_add_font_feature_script:nee { #2 } | ||
{ \prop_item:Nn \l_xpg_langsetup_prop { #1 / scripttag } } | ||
{ \prop_item:Nn \l_xpg_langsetup_prop { #1 / script } } | ||
} | ||
} | ||
} | ||
} | ||
|
This line produce an error, the macro
\fontspec_font_if_exist:nT
expects a fontspec syntax, not the engine/luaotfload one. What is this commit trying to fix?Here is an simple example of the error