Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/lib/postscript/prologues/fatcourier.ps – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
%
2
% Fat versions of the stroked Courier and Courier-Oblique - from Johnathan Shopiro.
3
% Can be selectively pulled in using the -C option that's available with all the
4
% PostScript translators or permanently added to any of the prologues. Helps on
5
% Linotronic typesetters, where Courier and Courier-Oblique are too light!
6
%
7
 
8
/newdict /Courier findfont length 1 add dict def
9
/Courier findfont {
10
	1 index /FID ne
11
		{newdict 3 1 roll put}
12
		{pop pop}
13
	ifelse
14
} forall
15
newdict /StrokeWidth 60 put
16
/Courier newdict definefont pop
17
 
18
/newdict /Courier-Oblique findfont length 1 add dict def
19
/Courier-Oblique findfont {
20
	1 index /FID ne
21
		{newdict 3 1 roll put}
22
		{pop pop}
23
	ifelse
24
} forall
25
newdict /StrokeWidth 60 put
26
/Courier-Oblique newdict definefont pop