summaryrefslogtreecommitdiff
path: root/fonts/chess/bdfchess/chess15.mf
blob: 9fc917b4c5c7bb9bbeafdd62eb1aafb452c44604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% This is `chess15.mf' version 1.0 as of 8/90
% METAfounded by Piet Tutelaers (uucp: rcpt@urc.tue.nl)

% Parameters needed for a 15 points chess font. 
% A complete chess diagram is 120 X 120 points.

mode_setup;
input chessbase;

M=1; % number of squares
d#:=15pt#/M;   % size per square
fine#:=1/100*d#; thin#:=1/90*d#; thick#:=1/36*d#; border#:=1/20*d#;
define_blacker_pixels(fine, thin, thick, border);
pickup pencircle scaled fine; fine_pen:=savepen ; % for drawing dark squares
pickup pencircle scaled border; border_pen:=savepen ; % for border ofboard
pickup pencircle scaled thin; thin_pen:=savepen ; % for drawing pieces
pickup pencircle scaled thick; thick_pen:=savepen; % for drawing inside pieces
light=0; dark=1; white=0; black=1;

input chesspieces;
end;