FONTAINE  1.0
LatinLigatures.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 // LatinLigatures.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef LATIN_LIGATURES
20 #define LATIN_LIGATURES
21 
22 namespace LatinLigatures{
23 
24 //
25 // Unicode values
26 //
28  0xFB00,
29  0xFB01,
30  0xFB02,
31  0xFB03,
32  0xFB04,
33  0xFB05,
34  0xFB06,
36 };
37 
38 //
39 // Sample sentences
40 //
41 const char *sentences[]={
42  "Affable financiers flowered with efficacious affluence in the ſtalwart strata.",
44 };
45 
46 
47 //
48 //
49 //
51  "Latin Ligatures",
52  "Latin Ligatures",
53  0xFB06, // LOWER CASE ST LIGATURE
54  values,
55  "ff fi fl ffi ffl ſt st",
56  sentences
57 };
58 
60 
61 }; // end of namespace
62 
63 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const OrthographyData * pData
Definition: LatinLigatures.h:59
Definition: OrthographyData.h:28
const char * sentences[]
Definition: LatinLigatures.h:41
UINT32 values[]
Definition: LatinLigatures.h:27
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: LatinLigatures.h:50