forked from mandovinnie/Lute-Tab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblute9.mf
41 lines (39 loc) · 910 Bytes
/
blute9.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
38
39
40
41
mode_def MyLaser = % Canon CX, SX, LBP-LX
mode_param (pixels_per_inch, 600);
mode_param (blacker, .065);
mode_param (fillin, .3);
mode_param (o_correction, .7);
mode_common_setup_;
enddef;
%
mode_def cxnew = %\[ Canon CX, SX, LBP-LX (300dpi)
mode_param (pixels_per_inch, 600);
mode_param (blacker, 1.5); % was 0
mode_param (fillin, .2); % was .2
mode_param (o_correction, .65); % was .6
mode_common_setup_;
enddef;
% a new font
%
%mode:=MyLaser;
%mode:=cxnew;
% mode:=canonex
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:="BLute9-wbc";
font_size 9pt#;
%
input blute.mf
do_all;
headerbyte 9: 99, 100;