|
||||
File indexing completed on 2025-01-18 09:57:27
0001 #ifndef __FRIBIDI_DOC 0002 /* FriBidi 0003 * fribidi-joining-types-list.h - list of joining types 0004 * 0005 * Author: 0006 * Behdad Esfahbod, 2004 0007 * 0008 * Copyright (C) 2004 Sharif FarsiWeb, Inc. 0009 * Copyright (C) 2004 Behdad Esfahbod 0010 * 0011 * This library is free software; you can redistribute it and/or 0012 * modify it under the terms of the GNU Lesser General Public 0013 * License as published by the Free Software Foundation; either 0014 * version 2.1 of the License, or (at your option) any later version. 0015 * 0016 * This library is distributed in the hope that it will be useful, 0017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0019 * Lesser General Public License for more details. 0020 * 0021 * You should have received a copy of the GNU Lesser General Public License 0022 * along with this library, in a file named COPYING; if not, write to the 0023 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 0024 * Boston, MA 02110-1301, USA 0025 * 0026 * For licensing issues, contact <fribidi.license@gmail.com>. 0027 */ 0028 /* *INDENT-OFF* */ 0029 #endif /* !__FRIBIDI_DOC */ 0030 #ifndef _FRIBIDI_ADD_TYPE 0031 # define _FRIBIDI_ADD_TYPE(x,y) 0032 #endif 0033 0034 _FRIBIDI_ADD_TYPE (U, '|') /* nUn-joining, e.g. Full Stop */ 0035 _FRIBIDI_ADD_TYPE (R, '<') /* Right-joining, e.g. Arabic Letter Dal */ 0036 _FRIBIDI_ADD_TYPE (D, '+') /* Dual-joining, e.g. Arabic Letter Ain */ 0037 _FRIBIDI_ADD_TYPE (C, '-') /* join-Causing, e.g. Tatweel, ZWJ */ 0038 _FRIBIDI_ADD_TYPE (T, '^') /* Transparent, e.g. Arabic Fatha */ 0039 _FRIBIDI_ADD_TYPE (L, '>') /* Left-joining, i.e. fictional */ 0040 _FRIBIDI_ADD_TYPE (G, '~') /* iGnored, e.g. LRE, RLE, ZWNBSP */ 0041 0042 #ifndef __FRIBIDI_DOC 0043 /* *INDENT-ON* */ 0044 #endif /* !__FRIBIDI_DOC */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |