blob: 2fbad8f8445a88e471fecd4527868293012fd292 (
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
|
% African Computer Modern Italic Typewriter Text
if unknown cmbase: input cmbase fi
font_identifier:="FCITT"; font_size design_size * pt#;
% This font is a modification of African Computer Modern Typewriter Text
univ_acc_breadth:=0.5; % zusatz parameter for the universal accent
input c-cmtt; % compute cm typewriter parameters
% ... but change the following ones:
letter_fit#:= % extra space added to all sidebars
((letter_fit#*360pt#) + (design_size * 15))/360pt#;
jut#:= % protrusion of lowercase serifs
((jut#*360pt#) + (design_size * 6))/360pt#;
slant:= % tilt ratio $(\Delta x/\Delta y)$
0.25;
variant_g:= % should an italic-style g be used?
true;
generate fcitalic; % switch to the driver file
endinput;
|