summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-chk.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-chk.mkxl')
-rw-r--r--tex/context/base/mkiv/font-chk.mkxl29
1 files changed, 29 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/font-chk.mkxl b/tex/context/base/mkiv/font-chk.mkxl
new file mode 100644
index 000000000..b84056e4e
--- /dev/null
+++ b/tex/context/base/mkiv/font-chk.mkxl
@@ -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}{}
+
+\tracinglostchars\zerocount
+
+% Use this instead:
+%
+% \definefontfeature[default][default][missing=yes]
+% \enabletrackers[fonts.missing=replace]
+
+\permanent\protected\def\checkcharactersinfont {\enabletrackers[fonts.missing]}
+\permanent\protected\def\removemissingcharacters {\enabletrackers[fonts.missing=remove]}
+\permanent\protected\def\replacemissingcharacters{\enabletrackers[fonts.missing=replace]}
+
+\endinput