How can a text make the path of a letter, for example, "letter s".
Instead of taking a circle for the following code.
Code: Select all
\documentclass[landscape]{article}
%\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[absolute,overlay]{textpos}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{tikz}
\usepgfmodule{decorations}
\usetikzlibrary{patterns}
\usetikzlibrary{decorations.shapes}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{decorations.text}
\begin{document}
\DeclareFixedFont{\pb}{T1}{pbk}{b}{n}{5cm}
\mbox{}
\begin{textblock*}{200mm}[0.2,0.5](67mm,33mm)
\catcode`\|12
\begin{tikzpicture}
%\draw [help lines] (4,4)grid (0,2);
\fill [draw=none,fill=none,
postaction={decorate,decoration={raise=8pt,text along path,
text=around and around and around and around we go we go we go we go we go we go we go we go we go we go we go}}]
(0,1) arc (180:-180:3.5cm and 2.4cm);
\end{tikzpicture}
\end{textblock*}
\end{document}