summaryrefslogtreecommitdiff
path: root/fonts/tengwar/parmatema.mf
blob: 03b2819faa73a4d164b8ab487ced0fd1116b09ef (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% Copyright 1988 Michael Urban
% Everyone is granted permission to copy, modify and redistribute
% this file, provided that a currently-dated copy of this
% copyright notice is included in the copy.
% License is granted to produce fonts based on the information
% in this file, provided that such fonts are redistributed
% without charge to any third party.

% SCCS ID @(#)parmatema.mf	1.1   10/1/86

beginchar("p", shortwidth,xht#,dep#); "The letter p (parma)";
	pickup elvishpen;
	telco(leadgap,shortstem, stemdepth);
	luva (bowpoint, w, false);
	underbar;
endchar;

beginchar("b", 1em#,xht#,dep#); "The letter b (umbar)";
	pickup elvishpen;
	telco(leadgap,shortstem, stemdepth);
	luva (bowpoint, bowsize*em, false);
	luva (bowpoint, w, false);
	underbar;
endchar;


beginchar("f", shortwidth, cap#, 0); "the letter f (formen)";
	pickup elvishpen;
	telco(leadgap, longstem, stemdepth);
	luva (bowpoint, w, false);
	underbar;
endchar;

beginchar("v", 1em#, cap#, 0); "the letter v (ampa)";
	pickup elvishpen;
	telco(leadgap, longstem, stemdepth);
	luva (bowpoint, bowsize*em, false);
	luva (bowpoint, w, false);
	underbar;
endchar;


beginchar (14, 1em#, cap#, dep#); "the word 'OF'";
	pickup elvishpen;
	telco(leadgap, longstem, stemdepth);
	luva (bowpoint, bowsize*em, false);
	luva (bowpoint, w, false);
	underbar;
endchar;

%
% Should also be a related "of the" glyph
%

beginchar ("w", shortwidth, xht#, 0); "the letter w (vala)";
	pickup elvishpen;
	telco (leadgap, shortstem, stemdepth);
	luva (bowpoint, w, false);
	underbar;
endchar;

beginchar ("m", 1em#, xht#, 0); "the letter m (malta)";
	pickup elvishpen;
	telco(leadgap, shortstem, stemdepth);
	luva (bowpoint, bowsize*em, false);
	luva (bowpoint, w, false);
	underbar;
endchar;