blob: 7298199c26a0e16c3ea27c80d60b99a2ea9f138c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% Italic Typewriter Irish Text
if unknown cmbase: input cmbase fi
design_size := 10;
font_identifier:="EIADITT"; font_size design_size * pt#;
% This font is a modification of Computer Modern Typewriter Text
input c-cmtt;
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 gaelach % switch to the driver file
|