My searches haven't pulled up anything like what I'm looking for.
I'd like to create text that does something like what you can see here. I'm not trying to create the poster. I just want to write the word Beyond in a manner similar (or along a bit more exaggerated scale) to how the word Raiders is written.
So far what I've tried is
\documentclass[border=2in]{standalone}
\usepackage{fontspec}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{shapes.symbols,decorations.pathmorphing,fit,decorations.text,backgrounds}
\begin{document}
\begin{tikzpicture}
\path (-5,-5) rectangle (5,5);
\path[postaction={decorate},
draw,
decoration={text effects along path,
text={Beyond},
text effects/.cd,
character count=\i,
character total=\n,
characters={
text along path,
font=\sffamily\Huge\bfseries,
text=red,
scale=1/(\i/\n)*0.75-1.25,
anchor=center,
},
%% text align=align,
}]
(-5,-5) .. controls (-5,1.5) and (1.5,5) .. (5,5);
\end{tikzpicture}
\end{document}
which is completely not to my liking.
I'd love to see something much better. Or, minimally, pointed to an answer on this site that already illustrates what I want.


\Huge\centering\sffamily\bfseries\parabtext{1}{.8}{200}{Beyond~~~~~~~~}– Steven B. Segletes Sep 19 '16 at 20:38pdf-transto my local directory. So, I can get past the preamble now, but then it complains about\parabtext. Do you know where that is defined? – A.Ellett Sep 19 '16 at 20:43