FONTAINE
1.0
src
licenses
Utopia.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
// Utopia.h
13
//
14
15
#ifndef LICENSE_DATA
16
#include "
LicenseData.h
"
17
#endif
18
19
#ifndef UTOPIA_LICENSE
20
#define UTOPIA_LICENSE
21
22
namespace
UtopiaLicense
{
23
24
//
25
// Sample sentences
26
//
27
const
char
*
searchKeys
[]={
28
"The Utopia fonts are freely available; see http://tug.org/fonts/utopia"
,
29
END_OF_LICENSE_NAMES
30
};
31
32
33
//
34
// LicenseData
35
//
36
LicenseData
data
={
37
"License to TeX Users Group for the Utopia Typeface"
,
// name
38
"http://tug.org/fonts/utopia/LICENSE-utopia.txt"
,
// url
39
searchKeys
// One or more full name descriptions used for matching
40
};
41
42
const
LicenseData
*
pData
= &
data
;
43
44
};
// end of namespace
45
46
#endif
LicenseData.h
UtopiaLicense::data
LicenseData data
Definition:
Utopia.h:36
UtopiaLicense
Definition:
Utopia.h:22
LicenseData
Definition:
LicenseData.h:25
UtopiaLicense::searchKeys
const char * searchKeys[]
Definition:
Utopia.h:27
END_OF_LICENSE_NAMES
#define END_OF_LICENSE_NAMES
Definition:
LicenseData.h:18
UtopiaLicense::pData
const LicenseData * pData
Definition:
Utopia.h:42
Generated by
1.8.17