1
2
3
4
5
6
7
8
9
10
11
12
13
14\writestatus { loading }{ ConTeXt Font Macros Checking }
15
16\registerctxluafile { font chk }{}
17
18\tracinglostchars \zerocount
19
20
21
22
23
24
25\unexpanded \def \checkcharactersinfont { \enabletrackers [ fonts . missing ] }
26\unexpanded \def \removemissingcharacters { \enabletrackers [ fonts . missing = remove ] }
27\unexpanded \def \replacemissingcharacters { \enabletrackers [ fonts . missing = replace ] }
28
29\endinput
30 |