summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-vis.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/trac-vis.mkiv')
-rw-r--r--tex/context/base/trac-vis.mkiv7
1 files changed, 5 insertions, 2 deletions
diff --git a/tex/context/base/trac-vis.mkiv b/tex/context/base/trac-vis.mkiv
index ed24edf92..dfceb379f 100644
--- a/tex/context/base/trac-vis.mkiv
+++ b/tex/context/base/trac-vis.mkiv
@@ -22,11 +22,11 @@
%D
%D Control over what gets visualized happens with the tracker command:
%D
-%D \enabletrackers[...]
+%D \enabletrackers[visualizer.*]
%D
%D Possible values are: \type {fontkern}, \type {kern}, \type {glue}, \type
%D {penalty}, \type {hbox}, \type {vbox}, \type {all}, \type {reset}, \type
-%D {makeup}.
+%D {makeup}, \type {whatsit}, \type{glyph}.
%D
%D In due time some special visualzation of math will move here as well.
@@ -63,6 +63,9 @@
\unexpanded\def\showglyphs
{\ctxcommand{setvisual("glyph")}}
+\unexpanded\def\showfontkerns
+ {\ctxcommand{setvisual("fontkern")}}
+
\unexpanded\def\setvisualizerfont
{\dosingleempty\syst_visualizers_setfont}