On Mon, 19 Feb 2024 09:45:03 +0800
黄复雄 <[email protected]> wrote:
> I recommend you to always show missing font markers in PDF documents
> with \replacemissingcharacters
Or let context throw an error in case a font/char is missing:
%% alternative:
%% context --errors='*' <file>
\enabledirectives [logs.errors=*]
%% missing font
\definefontfamily [foo] [serif] [no font here really]
\setupbodyfont [foo]
\starttext
%% missing characters
𝒜
\stoptext
Marco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________