summaryrefslogtreecommitdiff
path: root/tex/context/base/s-fnt-29.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/s-fnt-29.tex')
-rw-r--r--tex/context/base/s-fnt-29.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/s-fnt-29.tex b/tex/context/base/s-fnt-29.tex
index c09a8f85e..86f40e2f8 100644
--- a/tex/context/base/s-fnt-29.tex
+++ b/tex/context/base/s-fnt-29.tex
@@ -15,7 +15,9 @@
function fonts.tracers.shapes() -- todo: ranges
local NC, NR = context.NC, context.NR
+ local char = context.char
local chrs = fonts.identifiers[font.current()].characters
+ -- local desc = fonts.identifiers[font.current()].descriptions
context.starttabulate { "|l|c|c|c|c|l|" }
context.FL()
NC() context("unicode")
@@ -23,6 +25,7 @@
NC() context("shape")
NC() context("lower")
NC() context("upper")
+ -- NC() context("name")
NC() context("description")
NC() NR()
context.TL()
@@ -33,6 +36,7 @@
NC() char(v.shcode)
NC() char(v.lccode or k)
NC() char(v.uccode or k)
+ -- NC() context(desc[k].name)
NC() context(v.description)
NC() NR()
end