diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/font-chk.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/font-chk.mkiv | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/font-chk.mkiv b/Master/texmf-dist/tex/context/base/mkiv/font-chk.mkiv new file mode 100644 index 00000000000..4c8967532e8 --- /dev/null +++ b/Master/texmf-dist/tex/context/base/mkiv/font-chk.mkiv @@ -0,0 +1,29 @@ +%D \module +%D [ file=font-chk, +%D version=2009.01.02, % moved from font-tra +%D title=\CONTEXT\ Font Macros, +%D subtitle=Checking, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +\writestatus{loading}{ConTeXt Font Macros / Checking} + +\registerctxluafile{font-chk}{1.001} + +\tracinglostchars\zerocount + +% Use this instead: +% +% \definefontfeature[default][default][missing=yes] +% \enabletrackers[fonts.missing=replace] + +\unexpanded\def\checkcharactersinfont {\enabletrackers[fonts.missing]} +\unexpanded\def\removemissingcharacters {\enabletrackers[fonts.missing=remove]} +\unexpanded\def\replacemissingcharacters{\enabletrackers[fonts.missing=replace]} + +\endinput |