File:  [NeXTSTEP 3.3 examples] / Examples / PostScript / Rays.eps
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:49:00 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

%!PS-Adobe-2.0 EPSF-2.0
%%Title: Rectangle.eps
%%Creator: Adobe Systems Inc
%%CreationDate: Tue Aug 14 10:37:05 1990
%%Pages: 0 1
%%BoundingBox: 4 1 465 135 
%%DocumentFonts: Times-BoldItalic
%%EndComments
% Modified from a program on pg 103 of  Adobe's 
% PostScript Language and Cookbook ("The Blue Book")

/Times-BoldItalic findfont 180 scalefont setfont

/rays 
{0 1 179 
 {gsave rotate 0 0 moveto 500 0 lineto stroke grestore}
 for
} def

15 10 translate
1 setlinewidth 0 setgray

newpath 0 0 moveto (NeXT) true charpath 
gsave 2 setlinewidth stroke grestore	% outline the word 
clip newpath 150 -10 translate rays	% draw rays clipped to the outline


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.