Tagged Questions
7
votes
1answer
207 views
Can I assume that the \ht+\dp of a strutbox == \baselineskip?
In Context, as long as the interline space is set through the
proper interface, it is safe to assume that (tex.box.strutbox.height
+ tex.box.strutbox.depth) == tex.baselineskip.width. This relation
is ...