summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-imp-braille.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/font-imp-braille.lmt')
-rw-r--r--tex/context/base/mkxl/font-imp-braille.lmt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/font-imp-braille.lmt b/tex/context/base/mkxl/font-imp-braille.lmt
index fb1ba6cb4..79bb99f7c 100644
--- a/tex/context/base/mkxl/font-imp-braille.lmt
+++ b/tex/context/base/mkxl/font-imp-braille.lmt
@@ -34,6 +34,10 @@ local braille_math_rule do
local braillerule
+ -- function(kind,font,width,height,attr)
+ -- return nodes.tonode(nodes.nuts.pool.rule(width,5*height,5*height))
+ -- end
+
braille_math_rule = function(kind,font,width,height,attr)
if not braillerule then
braillerule = braille.special("rule")