diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/tengwar/quessetema.mf |
Initial commit
Diffstat (limited to 'fonts/tengwar/quessetema.mf')
-rw-r--r-- | fonts/tengwar/quessetema.mf | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/fonts/tengwar/quessetema.mf b/fonts/tengwar/quessetema.mf new file mode 100644 index 0000000000..ee6c40d3be --- /dev/null +++ b/fonts/tengwar/quessetema.mf @@ -0,0 +1,57 @@ +% 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 @(#)quessetema.mf 1.1 10/1/86 + +beginchar("k", shortwidth,xht#,dep#); "The letter k (quesse)"; + pickup elvishpen; + nutelco(w,shortstem, stemdepth); + nuluva (bowpoint, 0, false); + overbar; +endchar; + +beginchar("g", 1em#,xht#,dep#); "The letter g (ungwe)"; + pickup elvishpen; + nutelco(w,shortstem, stemdepth); + nuluva (bowpoint,w-bowsize*em+leadgap, false); + nuluva (bowpoint, leadgap, false); + overbar; +endchar; + +beginchar("K", shortwidth,cap#,0); "The ligature KH (hwesta)"; + pickup elvishpen; + nutelco(w,longstem, stemdepth); + nuluva (bowpoint, leadgap, false); + overbar; +endchar; + +beginchar("G", 1em#,cap#,0); "The ligature GH (unque)"; + pickup elvishpen; + nutelco(w,longstem, stemdepth); + nuluva (bowpoint,w-bowsize*em+leadgap, false); + nuluva (bowpoint, leadgap, false); + overbar; +endchar; + + +beginchar("A", shortwidth,xht#,0); "The letter A (Vilya)"; + pickup elvishpen; + nutelco(w,shortstem, stemdepth); + nuluva (bowpoint, leadgap, false); + overbar; +endchar; + + +beginchar("N", 1em#,xht#,0); "The ligature NG (Ngwalme)"; + pickup elvishpen; + nutelco(w,shortstem, stemdepth); + nuluva (bowpoint,w-bowsize*em+leadgap, false); + nuluva (bowpoint, leadgap, false); + overbar; +endchar; + |