how can i make that line vertically centered, like
--,
the /th seal
/
:)
Abusing math mode is easiest:
\def\vcentered#1%
{\dontleavehmode\mathematics{\vcenter{\hbox{#1}}}}
\starttext
{\tfc The \vcentered{{\BigFont 7}\high{th}} Seal}
\stoptext
Cheers, Taco