diff options
Diffstat (limited to 'tex/context/base/typo-tal.mkiv')
-rw-r--r-- | tex/context/base/typo-tal.mkiv | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tex/context/base/typo-tal.mkiv b/tex/context/base/typo-tal.mkiv index 85643a5f9..7de10a6ec 100644 --- a/tex/context/base/typo-tal.mkiv +++ b/tex/context/base/typo-tal.mkiv @@ -148,10 +148,13 @@ \def\m_font_feature_auto_tabnum{system:tabnum} -\def\typo_charalign_adapt_font % slow but seldom used +\unexpanded\def\typo_charalign_adapt_font_indeed + {\let\m_font_feature_asked\m_font_feature_auto_tabnum + \font_feature_reset_add_indeed} + +\def\typo_charalign_adapt_font % slow but seldom used (expanded in preamble) {\ifconditional\c_tabl_ntb_char_align_auto_font - \let\m_font_feature_asked\m_font_feature_auto_tabnum - \font_feature_reset_add_indeed + \typo_charalign_adapt_font_indeed \fi} \protect \endinput |