summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/examples/chartest.tex
blob: cf9a608161a05394caa67768b4e6b1d726397093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
%% BEGIN chartest.tex
%% PSTricks test file for charpath.tex.
%% Run with Plain TeX.

\input pstricks
\input pst-text

% phvb should be name of Helvetica-Bold tfm or vf file:
\font\bighelv=phvb at 70pt
\bighelv

\vskip 1in

\pscharpath[linestyle=dotted]{Denis Girous}

\vskip 1in

\pscharpath[fillstyle=crosshatch]{Denis Girous}

\vskip 1in

\pscharpath[fillstyle=solid,fillcolor=red]{Denis Girous}

\bye
%% END chartest.tex