pango-Scripts             package:RGtk2             R Documentation

_S_c_r_i_p_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Identifying writing systems

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'pangoScriptForUnichar(ch)'
      'pangoScriptGetSampleLanguage(script)'
      'pangoLanguageIncludesScript(object, script)'
      'pangoScriptIterNew(text, length)'
      'pangoScriptIterGetRange(object)'
      'pangoScriptIterNext(object)'

_D_e_t_a_i_l_e_d _D_e_s_c_r_i_p_t_i_o_n:

     The functions in this section are used to identify the writing
     system, or script of individual characters and of ranges within a
     larger text string.

_S_t_r_u_c_t_u_r_e_s:


     '_P_a_n_g_o_S_c_r_i_p_t_I_t_e_r' A 'PangoScriptIter' is used to iterate through a
          string and identify ranges in different scripts.  


_E_n_u_m_s _a_n_d _F_l_a_g_s:


     '_P_a_n_g_o_S_c_r_i_p_t' The 'PangoScript' enumeration identifies different
          writing systems. The values correspond to the names as
          defined in the Unicode standard. Note that new types may be
          added in the future. Applications should be ready to handle
          unknown values.  This enumeration is interchangeable with
          'GUnicodeScript'.  See Unicode Standard Annex (<URL:
          http://www.unicode.org/reports/tr24/>).

          '_i_n_v_a_l_i_d-_c_o_d_e' a value never returned from
               'pangoScriptForUnichar'

          '_c_o_m_m_o_n' a character used by multiple different scripts

          '_i_n_h_e_r_i_t_e_d' a mark glyph that takes its script from the base
               glyph to which it is attached

          '_a_r_a_b_i_c' Arabic

          '_a_r_m_e_n_i_a_n' Armenian

          '_b_e_n_g_a_l_i' Bengali

          '_b_o_p_o_m_o_f_o' Bopomofo

          '_c_h_e_r_o_k_e_e' Cherokee

          '_c_o_p_t_i_c' Coptic

          '_c_y_r_i_l_l_i_c' Cyrillic

          '_d_e_s_e_r_e_t' Deseret

          '_d_e_v_a_n_a_g_a_r_i' Devanagari

          '_e_t_h_i_o_p_i_c' Ethiopic

          '_g_e_o_r_g_i_a_n' Georgian

          '_g_o_t_h_i_c' Gothic

          '_g_r_e_e_k' Greek

          '_g_u_j_a_r_a_t_i' Gujarati

          '_g_u_r_m_u_k_h_i' Gurmukhi

          '_h_a_n' Han

          '_h_a_n_g_u_l' Hangul

          '_h_e_b_r_e_w' Hebrew

          '_h_i_r_a_g_a_n_a' Hiragana

          '_k_a_n_n_a_d_a' Kannada

          '_k_a_t_a_k_a_n_a' Katakana

          '_k_h_m_e_r' Khmer

          '_l_a_o' Lao

          '_l_a_t_i_n' Latin

          '_m_a_l_a_y_a_l_a_m' Malayalam

          '_m_o_n_g_o_l_i_a_n' Mongolian

          '_m_y_a_n_m_a_r' Myanmar

          '_o_g_h_a_m' Ogham

          '_o_l_d-_i_t_a_l_i_c' Old Italic

          '_o_r_i_y_a' Oriya

          '_r_u_n_i_c' Runic

          '_s_i_n_h_a_l_a' Sinhala

          '_s_y_r_i_a_c' Syriac

          '_t_a_m_i_l' Tamil

          '_t_e_l_u_g_u' Telugu

          '_t_h_a_a_n_a' Thaana

          '_t_h_a_i' Thai

          '_t_i_b_e_t_a_n' Tibetan

          '_c_a_n_a_d_i_a_n-_a_b_o_r_i_g_i_n_a_l' Canadian Aboriginal

          '_y_i' Yi

          '_t_a_g_a_l_o_g' Tagalog

          '_h_a_n_u_n_o_o' Hanunoo

          '_b_u_h_i_d' Buhid

          '_t_a_g_b_a_n_w_a' Tagbanwa

          '_b_r_a_i_l_l_e' Braille

          '_c_y_p_r_i_o_t' Cypriot

          '_l_i_m_b_u' Limbu

          '_o_s_m_a_n_y_a' Osmanya

          '_s_h_a_v_i_a_n' Shavian

          '_l_i_n_e_a_r-_b' Linear B

          '_t_a_i-_l_e' Tai Le

          '_u_g_a_r_i_t_i_c' Ugaritic

          '_n_e_w-_t_a_i-_l_u_e' New Tai Lue

          '_b_u_g_i_n_e_s_e' Buginese

          '_g_l_a_g_o_l_i_t_i_c' Glagolitic

          '_t_i_f_i_n_a_g_h' Tifinagh

          '_s_y_l_o_t_i-_n_a_g_r_i' Syloti Nagri

          '_o_l_d-_p_e_r_s_i_a_n' Old Persian

          '_k_h_a_r_o_s_h_t_h_i' Kharoshthi

          '_u_n_k_n_o_w_n' an unassigned code point

          '_b_a_l_i_n_e_s_e' Balinese

          '_c_u_n_e_i_f_o_r_m' Cuneiform

          '_p_h_o_e_n_i_c_i_a_n' Phoenician

          '_p_h_a_g_s-_p_a' Phags-pa

          '_n_k_o' N'Ko


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/pango/pango-Scripts.html>

