(root)/
fribidi-1.0.13/
lib/
fribidi-joining-types-list.h
       1  #ifndef __FRIBIDI_DOC
       2  /* FriBidi
       3   * fribidi-joining-types-list.h - list of joining types
       4   *
       5   * Author:
       6   *   Behdad Esfahbod, 2004
       7   *
       8   * Copyright (C) 2004 Sharif FarsiWeb, Inc.
       9   * Copyright (C) 2004 Behdad Esfahbod
      10   * 
      11   * This library is free software; you can redistribute it and/or
      12   * modify it under the terms of the GNU Lesser General Public
      13   * License as published by the Free Software Foundation; either
      14   * version 2.1 of the License, or (at your option) any later version.
      15   * 
      16   * This library is distributed in the hope that it will be useful,
      17   * but WITHOUT ANY WARRANTY; without even the implied warranty of
      18   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      19   * Lesser General Public License for more details.
      20   * 
      21   * You should have received a copy of the GNU Lesser General Public License
      22   * along with this library, in a file named COPYING; if not, write to the
      23   * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
      24   * Boston, MA 02110-1301, USA
      25   *
      26   * For licensing issues, contact <fribidi.license@gmail.com>.
      27   */
      28  /* *INDENT-OFF* */
      29  #endif /* !__FRIBIDI_DOC */
      30  #ifndef _FRIBIDI_ADD_TYPE
      31  # define _FRIBIDI_ADD_TYPE(x,y)
      32  #endif
      33  
      34  _FRIBIDI_ADD_TYPE (U, '|')	/* nUn-joining, e.g. Full Stop */
      35  _FRIBIDI_ADD_TYPE (R, '<')	/* Right-joining, e.g. Arabic Letter Dal */
      36  _FRIBIDI_ADD_TYPE (D, '+')	/* Dual-joining, e.g. Arabic Letter Ain */
      37  _FRIBIDI_ADD_TYPE (C, '-')	/* join-Causing, e.g. Tatweel, ZWJ */
      38  _FRIBIDI_ADD_TYPE (T, '^')	/* Transparent, e.g. Arabic Fatha */
      39  _FRIBIDI_ADD_TYPE (L, '>')	/* Left-joining, i.e. fictional */
      40  _FRIBIDI_ADD_TYPE (G, '~')	/* iGnored, e.g. LRE, RLE, ZWNBSP */
      41  
      42  #ifndef __FRIBIDI_DOC
      43  /* *INDENT-ON* */
      44  #endif /* !__FRIBIDI_DOC */