FONTAINE  1.0
BitstreamVera.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 
11 //
12 // BitstreamVera.h
13 //
14 
15 #ifndef LICENSE_DATA
16 #include "LicenseData.h"
17 #endif
18 
19 #ifndef BITSTREAM_VERA_LICENSE
20 #define BITSTREAM_VERA_LICENSE
21 
22 namespace BitstreamVeraLicense{
23 
24 //
25 // Sample sentences
26 //
27 const char *searchKeys[]={
28  "Bitstream",
29  "Vera",
30  "DejaVu",
32 };
33 
34 
35 //
36 // LicenseData
37 //
39  "Bitstream Vera License (and derivative projects)", // name
40  "http://www.gnome.org/fonts/", // url
41  searchKeys // descriptions used for matching
42 };
43 
45 
46 }; // end of namespace
47 
48 #endif
const char * searchKeys[]
Definition: BitstreamVera.h:27
const LicenseData * pData
Definition: BitstreamVera.h:44
LicenseData data
Definition: BitstreamVera.h:38
Definition: LicenseData.h:25
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18