summaryrefslogtreecommitdiff
path: root/fonts/tengwar/tincotema.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/tengwar/tincotema.mf
Initial commit
Diffstat (limited to 'fonts/tengwar/tincotema.mf')
-rw-r--r--fonts/tengwar/tincotema.mf55
1 files changed, 55 insertions, 0 deletions
diff --git a/fonts/tengwar/tincotema.mf b/fonts/tengwar/tincotema.mf
new file mode 100644
index 0000000000..2692b53e54
--- /dev/null
+++ b/fonts/tengwar/tincotema.mf
@@ -0,0 +1,55 @@
+% 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 @(#)tincotema.mf 1.1 10/1/86
+
+beginchar("t", shortwidth,xht#,dep#); "The letter t (tinco)";
+ pickup elvishpen;
+ telco(leadgap,shortstem, stemdepth);
+ luva (bowpoint, w, true);
+endchar;
+
+beginchar("d", 1em#,xht#,dep#); "The letter d (ando)";
+ pickup elvishpen;
+ telco(leadgap,shortstem, stemdepth);
+ luva (bowpoint, bowsize*em, true);
+ luva (bowpoint, w, true);
+endchar;
+
+beginchar("T", shortwidth, cap#, 0); "the ligature th (thule)";
+ pickup elvishpen;
+ telco(leadgap, longstem, stemdepth);
+ luva (bowpoint, w, true);
+endchar;
+
+beginchar("D", 1em#, cap#, 0); "the ligature dh (anto)";
+ pickup elvishpen;
+ telco(leadgap, longstem, stemdepth);
+ luva (bowpoint, bowsize*em, true);
+ luva (bowpoint, w, true);
+endchar;
+
+beginchar (004, 1em#, cap#, dep#); "the word 'THE'";
+ pickup elvishpen;
+ telco(leadgap, longstem, stemdepth);
+ luva (bowpoint, bowsize*em, true);
+ luva (bowpoint, w, true);
+endchar;
+
+beginchar ("R", shortwidth, xht#, 0); "the weak letter R (ore)";
+ pickup elvishpen;
+ telco (leadgap, shortstem, stemdepth);
+ luva (bowpoint, w, true);
+endchar;
+
+beginchar ("n", 1em#, xht#, 0); "the letter n (numen)";
+ pickup elvishpen;
+ telco(leadgap, shortstem, stemdepth);
+ luva (bowpoint, bowsize*em, true);
+ luva (bowpoint, w, true);
+endchar;