blob: 5449a19fb882a0e45e800cbb593a5b3e99be2443 (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% futhol20.mf
%
% Das \"Altere Futhark (The Older Futhark)
% 20pt version (1993/05/02)
%
% Design by Micaela "Stayka" Pantke + Sigrid "Shavana" Juckel
%
% Email: hz225wu@unidui.uni-duisburg.de (Micaela Pantke)
% Snailmail: Micaela Pantke
% Westhoffstrasse 111
% 46149 Oberhausen
% Germany
%
% You're free to use or copy this file as long as you leave this
% header intact and don't change the contents.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
font_identifier:="futhold";
font_size 20pt#; % design size
ht#:=20pt#; % height of the letters
u#:=.4pt#; % unit width
s#:=1.1pt#; % width correction right + left
o#:=1/10pt#; % overshoot
px#:=1pt#; % horizontal thickness of the pen
font_normal_space:=14pt#; % width of blank space
font_normal_shrink:=1.1pt#; % width correction for blank space
font_x_height:=10pt#; % height of one "ex"
input futhold % call parameter file
end % and end!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% End of File
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|