1 // ----------------------------------------------------------------------------
2 // Copyright (C) 2014
3 //              David Freese, W1HKJ
4 //
5 // This file is part of fldigi
6 //
7 // fldigi is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; either version 3 of the License, or
10 // (at your option) any later version.
11 //
12 // fldigi is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 // ----------------------------------------------------------------------------
20 
21 #include <config.h>
22 
23 #include "fontdef.h"
24 
25 #include "Feld7x7-14.cxx"
26 #include "Feld7x7n-14.cxx"
27 #include "FeldDx-14.cxx"
28 #include "FeldFat-14.cxx"
29 #include "FeldHell-12.cxx"
30 #include "FeldLittle-12.cxx"
31 #include "FeldLo8-14.cxx"
32 #include "FeldLow-14.cxx"
33 #include "FeldModern-14.cxx"
34 #include "FeldModern8-14.cxx"
35 #include "FeldNarr-14.cxx"
36 #include "FeldReal-14.cxx"
37 #include "FeldStyl-14.cxx"
38 #include "FeldVert-14.cxx"
39 #include "FeldWide-14.cxx"
40 
41 char szFeldFonts[] = "\
42 7x7     14|\
43 7x7n    14|\
44 Dx      14|\
45 fat     14|\
46 hell    12|\
47 little  12|\
48 lo8     14|\
49 low     14|\
50 modern  14|\
51 modern8 14|\
52 narr    14|\
53 real    14|\
54 style   14|\
55 vert    14|\
56 wide    14";
57 
58