Hi, is there any way how to make "box" follow shape of words?
Asked
Active
Viewed 179 times
3
WinnieNotThePooh
- 3,008
- 1
- 7
- 14
-
1Do you know the contour package? It's not exactly what you describe but could fit your nedds. – SebGlav Apr 12 '22 at 15:58
-
Thank You for the comment, yes it is close to answer, but not enough space fill between letters) – WinnieNotThePooh Apr 12 '22 at 16:05
-
"TeX doesn't know how the glyphs it uses look like - it only knows the bounding boxes" – user202729 Apr 12 '22 at 16:30
1 Answers
5
\documentclass{article}
\usepackage{xcolor}
\usepackage{roboto}
\usepackage[outline]{contour}
\begin{document}
\roboto\huge\contourlength{.15em}
\contour{gray}{boxed}
\end{document}
Fran
- 80,769

