-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathblute8.mf
38 lines (38 loc) · 848 Bytes
/
blute8.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
%
% a new font
%
mode_def MyLaser = % Canon CX, SX, LBP-LX
mode_param (pixels_per_inch, 600);
mode_param (blacker, 0);
mode_param (fillin, .2);
mode_param (o_correction, .6);
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:=cxnew;
mode_setup;
%
em#:=6.222pt#; cap#:=8pt#;
ptt#:=1.3333pt#;
wid#:=1.3333pt#;
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:="Lute8-wbc";
font_size 8pt#;
%
%
input blute.mf
do_all;