summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkiv/s-fonts-system.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkiv/s-fonts-system.mkiv')
-rw-r--r--tex/context/modules/mkiv/s-fonts-system.mkiv13
1 files changed, 10 insertions, 3 deletions
diff --git a/tex/context/modules/mkiv/s-fonts-system.mkiv b/tex/context/modules/mkiv/s-fonts-system.mkiv
index a9d33d27e..5613701d9 100644
--- a/tex/context/modules/mkiv/s-fonts-system.mkiv
+++ b/tex/context/modules/mkiv/s-fonts-system.mkiv
@@ -24,8 +24,9 @@
\registerctxluafile{s-fonts-system}{}
-\installmodulecommandluasingle \showinstalledfonts {moduledata.fonts.system.showinstalled}
-\installmodulecommandluasingle \cacheinstalledfonts {moduledata.fonts.system.cacheinstalled}
+\installmodulecommandluasingle \showinstalledfonts {moduledata.fonts.system.showinstalled}
+\installmodulecommandluasingle \cacheinstalledfonts {moduledata.fonts.system.cacheinstalled}
+\installmodulecommandluasingle \showinstalledglyphnames {moduledata.fonts.system.showinstalledglyphnames}
\stopmodule
@@ -36,6 +37,12 @@
\starttext
% \showinstalledfonts
- \cacheinstalledfonts[threshold=4000000]
+
+% \enabletrackers[otf.keepnames]
+
+% \cacheinstalledfonts[threshold=4000000,suffixes={otf,ttf,afm,pfb}]
+% \cacheinstalledfonts[threshold=2000000,suffixes={otf,ttf,afm,pfb}]
+
+ \showinstalledglyphnames
\stoptext