forked from mandovinnie/Lute-Tab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlute9.mf
37 lines (35 loc) · 751 Bytes
/
lute9.mf
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
29
30
31
32
33
34
35
36
37
%
% define user defined modes here
%
% predefined modes are set on command line
%
mode_def cxnew = %\[ Canon CX, SX, LBP-LX (300dpi)
mode_param (pixels_per_inch, 600);
mode_param (blacker, 0); % was 0 %then was 1.5
mode_param (fillin, .2); % was .2
mode_param (o_correction, .65); % was .6
mode_common_setup_;
enddef;
%
% a new font
%
%mode:=cxnew;
mode_setup;
%
em#:=7pt#; cap#:=9pt#;
ptt#:=1.5pt#;
% wid#:=1.5pt#;
wid#:=3/2pt#;
% wid#:=1.0pt#;
define_pixels(em,cap);
define_corrected_pixels(ptt,wid);
%
font_quad:=em#;font_normal_space:=0.8em#;
font_normal_stretch:=0.3em#;
font_normal_shrink:=0.2em#;
font_identifier:="Lute9-wbc";
font_size 9pt#;
%
input lute.mf
do_all;
headerbyte 9: 99, 100;