%% BEGIN denis1.tex
%  PSTricks sample that combines
%   \pscharpath, \pstextpath, and gradient fillstyle.

% Run with Plain TeX.

% Takes a long time to print.

\hsize 9in
\vsize 6.5in
\special{landscape}  % works with Rokicki's dvips.

\input pstricks
\input charpath
\input textpath
\input gradient

% phvb should be name of Helvetica-Bold tfm or vf file:
\font\bighelv=phvb at 5in
\font\smallhelv=ptmr at 8pt

\newcount\mycount
\parindent 0pt

\null
\vfill

\pstextpath(0,-8pt)%
  {\pscharpath*[linestyle=none,fillstyle=gradient,
    gradangle=45,gradmidpoint=.5]{\bighelv D G}}%
  {\smallhelv
    \mycount=70
    \loop
    \advance\mycount -1
    \ifnum\mycount>0
      Denis Girou
    \repeat}

\vfill

\bye
%% END denis1.tex