summaryrefslogtreecommitdiff
path: root/fonts/chess/skak/mf/skak30.mf
blob: 26c344544752d75c0435ca217352804e21958c6b (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
26
27
28
% This is `skak30.mf' version 1.0 as of 7/99
% based on original work by Piet Tutelaers
% Modified by Torben Hoffmann: smaller pieces and nicer looking knight

% Parameters needed for a 30 points chess font. 
% A complete chess diagram is 240 X 240 points.

mode_setup;
input skakbase;

font_size 30pt#;

M=1; % number of squares
d#:=30pt#/M;   % size per square
lift=0;
figshift:=0;
u#:=d#;
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 thin; hairline_pen:=savepen ; %for drawing king's cross
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 skakbrikker;
end;