Imported Upstream version 0.19.5
[platform/upstream/fribidi.git] / lib / fribidi.h
1 /* FriBidi
2  * fribidi.h - Unicode bidirectional and Arabic joining/shaping algorithms
3  *
4  * $Id: fribidi.h,v 1.10 2006-01-31 03:23:13 behdad Exp $
5  * $Author: behdad $
6  * $Date: 2006-01-31 03:23:13 $
7  * $Revision: 1.10 $
8  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/lib/fribidi.h,v $
9  *
10  * Author:
11  *   Behdad Esfahbod, 2004
12  *
13  * Copyright (C) 2004 Sharif FarsiWeb, Inc
14  * 
15  * This library is free software; you can redistribute it and/or
16  * modify it under the terms of the GNU Lesser General Public
17  * License as published by the Free Software Foundation; either
18  * version 2.1 of the License, or (at your option) any later version.
19  * 
20  * This library is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23  * Lesser General Public License for more details.
24  * 
25  * You should have received a copy of the GNU Lesser General Public License
26  * along with this library, in a file named COPYING; if not, write to the
27  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
28  * Boston, MA 02110-1301, USA
29  * 
30  * For licensing issues, contact <license@farsiweb.info>.
31  */
32 #ifndef _FRIBIDI_H
33 #define _FRIBIDI_H
34
35 #include "fribidi-common.h"
36
37 #include "fribidi-unicode.h"
38 #include "fribidi-types.h"
39 #include "fribidi-flags.h"
40 #include "fribidi-bidi-types.h"
41 #include "fribidi-bidi.h"
42 #include "fribidi-joining-types.h"
43 #include "fribidi-joining.h"
44 #include "fribidi-mirroring.h"
45 #include "fribidi-arabic.h"
46 #include "fribidi-shape.h"
47
48
49 #if FRIBIDI_CHARSETS+0
50 # include "fribidi-char-sets.h"
51 #endif                          /* FRIBIDI_CHARSETS */
52
53
54 #if FRIBIDI_NO_DEPRECATED+0
55 #else
56 # include "fribidi-deprecated.h"
57 #endif                          /* !FRIBIDI_NO_DEPRECATED */
58
59
60 #include "fribidi-begindecls.h"
61
62
63
64 #define fribidi_version_info FRIBIDI_NAMESPACE(version_info)
65 /* An string containing the version information of the library. */
66      extern const char *fribidi_version_info;
67
68 #include "fribidi-enddecls.h"
69
70 #endif /* !_FRIBIDI_H */
71 /* Editor directions:
72  * vim:textwidth=78:tabstop=8:shiftwidth=2:autoindent:cindent
73  */