3

enter image description here

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

WinnieNotThePooh
  • 3,008
  • 1
  • 7
  • 14

1 Answers1

5

mwe

\documentclass{article}
\usepackage{xcolor}
\usepackage{roboto}
\usepackage[outline]{contour}
\begin{document}
\roboto\huge\contourlength{.15em}
\contour{gray}{boxed}
\end{document}
Fran
  • 80,769