latex3 / fontspec

Font selection in LaTeX for XeTeX and LuaTeX
http://latex3.github.io/fontspec/
LaTeX Project Public License v1.3c
276 stars 33 forks source link

look into more "TF" user commands for font features #405

Open wspr opened 4 years ago

wspr commented 4 years ago

Description

It seems like a common pattern to need something like

\fontspec_if_script:nTF {LATN} { \addfontfeatures{ Script=Latin } } {\ERROR}

and so on. This should/could be streamlined somehow.