FONTAINE  1.0
ArphicPublic.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 // ArphicPublic.h
13 //
14 
15 #ifndef LICENSE_DATA
16 #include "../LicenseData.h"
17 #endif
18 
19 #ifndef ARPHIC_PUBLIC
20 #define ARPHIC_PUBLIC
21 
22 namespace ArphicPublicLicense{
23 
24 //
25 // Sample sentences
26 //
27 const char *searchKeys[]={
28  "ARPHIC PUBLIC LICENSE",
29  "Arphic Public License",
30  "文鼎公眾授權書",
31  "Arphic",
33 };
34 
35 
36 //
37 // LicenseData
38 //
40  "Arphic Public License", // name
41  "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE", // url
42  searchKeys // descriptions used for matching
43 };
44 
46 
47 }; // end of namespace
48 
49 #endif
const char * searchKeys[]
Definition: ArphicPublic.h:27
const LicenseData * pData
Definition: ArphicPublic.h:45
Definition: LicenseData.h:25
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18
LicenseData data
Definition: ArphicPublic.h:39