u#:=16/36pt#; % unit width Change ONLY this
% parameter to change the size of the fonts.
boxx#:=4u#; % Asyyrian font basic size boxx.
huassyr#:=u#;
vuassyr#:=u#;
%ht#:=5boxx#; % height of the character
font_size 10pt#;
%font_size 7boxx#; % the design size of the fonts
%xgap#:=0.6pt#; % horizontal adjustment
% For vowels taken from sertofont.mf
stu#:= 2.5u#; % the unit, used in serto10.mf
hu#:=stu#; % the horizontal unit
vu#:=stu#; % the vertical unit
basestroke# := stu#;
%s#:=0#; % extra space at the left and the right
%o#:=2boxx#; % overshoot
%px#:=2/3pt#; % horizontal thickness of the pen;
px#:=3/2u#;
slant :=0; % This parameter controls the slantness of the
% fonts. Change it to for example 1/4 or -1/4 to
% produce italic fonts.
mode_setup;
if unknown slant: slant :=0
else: currenttransform:= identity slanted slant yscaled aspect_ratio
fi;
%ygap#:=(ht#/13.5u#)*xgap#; % vertical adjustment
%ho#:=0#; % horizontal overshoot
%leftstemloc#:=2.5u#+s#; % position of left stem
%barheight#:=0.45ht#; % height of bar lines
py#:=0.9px#; % vertical pen thickness
%% Font-Parameter for TeX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Added by Johannes Heinecke
font_quad 5u#; % 1 em
font_x_height 4u#; % 1 ex (used by syriac.sty to define accent position)
font_normal_space 6u#; % word gap
font_normal_stretch 4u#; % word gap may stretch by ...
font_normal_shrink 2u#; % word gap my shrink by ...
font_slant slant;
define_pixels(hu, vu, basestroke);
%%% Taken from sertobase.mf (for vowels)
pickup pencircle xscaled .5basestroke yscaled .3basestroke;
vowel_pen:=savepen;
pickup logo_pen;
fill z1--z2--z3..z5..{right}z7--z11{right}..{up}z13{up}
.z15{up}..z17..{left}z19..z21..z22--z23--z24..z25..{left}z27{left}..{down}z31{down}..z33--z35--cycle;
pickup logo_pen;
fill z1--z2{right}..{up}z3{up}..{up}z5..z7..{left}z11{left}..z13
.{down}z15{right}..z17..{right}z19{right}..z21..z23--z25--cycle;
fill z27{right}..{right}z29{right}..{right}z31{right}..{up}z33{up}..{left}z35{left}
.{left}z37{left}..{left}z39{left}..{down}z41{down}..{right}cycle;
endchar;