FONTAINE  1.0
Emoticons.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2014 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 // Emoticons.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef EMOTICONS
20 #define EMOTICONS
21 
22 namespace Emoticons{
23 
24 //
25 // Unicode values
26 //
29  0x2639,0x263B, // Sad & smily faces in the Miscellaneous Symbols block
31  0x1F600,0x1F640, // Emoticons Block
33  0x1F645,0x1F64F, // Emoticons Block
35 };
36 
37 //
38 // Sample sentences
39 //
40 const char *sentences[]={
41  "",
42  "",
44 };
45 
46 
47 //
48 //
49 //
51  "Emoticons",
52  "Emoticons",
53  0x263A, // WHITE SMILING FACE
54  values,
55  "",
56  sentences
57 };
58 
60 
61 }; // end of namespace
62 
63 #endif
64 
unsigned int UINT32
Definition: OrthographyData.h:19
const char * sentences[]
Definition: Emoticons.h:40
const OrthographyData * pData
Definition: Emoticons.h:59
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
OrthographyData data
Definition: Emoticons.h:50
UINT32 values[]
Definition: Emoticons.h:27
Definition: Emoticons.h:22
#define END_OF_DATA
Definition: OrthographyData.h:23