\documentclass{ppex}
\nonstopmode
\usepackage {pstall}
\pagestyle{empty}

\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstall}
\DeclareFixedFont{\bigsf}{T1}{phv}{b}{n}{1.75cm}
\DeclareFixedFont{\tinyrm}{T1}{ptm}{m}{n}{2mm}
\newcounter{myN}
\setcounter{myN}{300}
\begin{pspicture}(0,0)(13,1.4)
\pscharclip[linecolor=red,fillstyle=solid,
            fillcolor=yellow]
           {\rput[bl](0,0){\bigsf CHOCOLATE}}
\rput[t]{90}(0,0)
  {\vbox
     {\hsize=4cm \offinterlineskip \raggedright\tinyrm\color{black}
      \loop
        \addtocounter{myN}{-1}
        \ifnum\value{myN}>0
          nuts and raisins
      \repeat}}
\endpscharclip
\end{pspicture}
\end{document}