[Tizen] Add codes for Dali Windows Backend
[platform/core/uifw/dali-adaptor.git] / dali-windows-backend / ExInclude / fribidi / fribidi-joining-types-list.h
1 #ifndef __FRIBIDI_DOC
2 /* FriBidi
3  * fribidi-joining-types-list.h - list of joining types
4  *
5  * $Id: fribidi-joining-types-list.h,v 1.2 2004/06/15 11:52:02 behdad Exp $
6  * $Author: behdad $
7  * $Date: 2004/06/15 11:52:02 $
8  * $Revision: 1.2 $
9  * $Source: /cvs/fribidi/fribidi2/lib/fribidi-joining-types-list.h,v $
10  *
11  * Author:
12  *   Behdad Esfahbod, 2004
13  *
14  * Copyright (C) 2004 Sharif FarsiWeb, Inc.
15  * Copyright (C) 2004 Behdad Esfahbod
16  * 
17  * This library is free software; you can redistribute it and/or
18  * modify it under the terms of the GNU Lesser General Public
19  * License as published by the Free Software Foundation; either
20  * version 2.1 of the License, or (at your option) any later version.
21  * 
22  * This library is distributed in the hope that it will be useful,
23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
25  * Lesser General Public License for more details.
26  * 
27  * You should have received a copy of the GNU Lesser General Public License
28  * along with this library, in a file named COPYING; if not, write to the
29  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
30  * Boston, MA 02111-1307, USA
31  *
32  * For licensing issues, contact <license@farsiweb.info>.
33  */
34 /* *INDENT-OFF* */
35 #endif /* !__FRIBIDI_DOC */
36 #ifndef _FRIBIDI_ADD_TYPE
37 # define _FRIBIDI_ADD_TYPE(x,y)
38 #endif
39
40 _FRIBIDI_ADD_TYPE (U, '|')      /* nUn-joining, e.g. Full Stop */
41 _FRIBIDI_ADD_TYPE (R, '<')      /* Right-joining, e.g. Arabic Letter Dal */
42 _FRIBIDI_ADD_TYPE (D, '+')      /* Dual-joining, e.g. Arabic Letter Ain */
43 _FRIBIDI_ADD_TYPE (C, '-')      /* join-Causing, e.g. Tatweel, ZWJ */
44 _FRIBIDI_ADD_TYPE (T, '^')      /* Transparent, e.g. Arabic Fatha */
45 _FRIBIDI_ADD_TYPE (L, '>')      /* Left-joining, i.e. fictional */
46 _FRIBIDI_ADD_TYPE (G, '~')      /* iGnored, e.g. LRE, RLE, ZWNBSP */
47
48 #ifndef __FRIBIDI_DOC
49 /* *INDENT-ON* */
50 #endif /* !__FRIBIDI_DOC */