blob: 75bc3e1c1f7168ee200a204de80ee3647ae44723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
%
% Copyright (c) 2011, 2012, Sebastian Schubert <schubert.seb@googlemail.com>
%
% This Font Software is licensed under the SIL Open Font License,
% Version 1.1. This license is in the accompanying file OFL.txt, and
% is also available with a FAQ at: http://scripts.sil.org/OFL
%
input mdbase;
boolean negated;
negated := true;
input mdarrows;
current_char := 223;
input mdturnstile;
bye;
|