Tcolorbox – How to Create Box Repeat Shape of Word

adjustboxboxboxestcolorbox

enter image description here

Hi, is there any way how to make "box" follow shape of words?

Best Answer

mwe

\documentclass{article}
\usepackage{xcolor}
\usepackage{roboto}
\usepackage[outline]{contour}
\begin{document}
\roboto\huge\contourlength{.15em}
\contour{gray}{boxed}
\end{document}
Related Question