summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-vis.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-06-28 09:36:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-06-28 09:36:00 +0200
commit98d65bcefb9065dcc3c5ade6684cc317ca16f889 (patch)
tree9277e2f2d790937a31f2db69c0b9272aba90d60d /tex/context/base/trac-vis.mkiv
parent915458f50da433e6c3a68ee21b76a98757ec8677 (diff)
downloadcontext-98d65bcefb9065dcc3c5ade6684cc317ca16f889.tar.gz
beta 2012.06.28 09:36
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}