blob: f6e9c6df602466c2e839ccae1f159af7394f458a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% Copyright 1986 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 @(#)bars.mf 1.1 10/1/86
def Overbar=
begingroup;
save x,y;
z9 = barpoint;
x10 = .7w; top y10=Xht;
x11= .2w; top y11=Xht;
x12=0; top y12=Xht-1/80em;
draw z9..z10{left}..z11{left}..z12;
endgroup;
enddef;
|