TeX/ht
< TeX
every box has three properties: height, depth and width. \ht<8bit_box#>
return the height of the #box
.
\setbox0=\vbox{\hbox{x}\hbox{x}}
\setbox1=\hbox{\hbox{x}}
\showthe\ht0
\showthe\ht1
every box has three properties: height, depth and width. \ht<8bit_box#>
return the height of the #box
.
\setbox0=\vbox{\hbox{x}\hbox{x}}
\setbox1=\hbox{\hbox{x}}
\showthe\ht0
\showthe\ht1