summaryrefslogtreecommitdiff
path: root/tex/context/base/font-chk.mkiv
blob: 4572041c28e56b81877dcdc3a9a2790463d2baf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%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]
%
% or better:

\unexpanded\def\checkcharactersinfont   {\ctxcommand{checkcharactersinfont()}}
\unexpanded\def\removemissingcharacters {\ctxcommand{removemissingcharacters()}}
\unexpanded\def\replacemissingcharacters{\ctxcommand{replacemissingcharacters()}}

\endinput