Pango                 package:RGtk2                 R Documentation

_P_a_n_g_o

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

     Pango is a library for internationalized text handling. It centers
     around the code{link{PangoLayout}} object, representing a
     paragraph of text. Pango provides the engine for 'GtkTextView',
     'GtkLabel', 'GtkEntry', and other widgets that display text.

_D_e_t_a_i_l_s:

     The RGtk binding to the Pango library consists of the following
     components:

     _p_a_n_g_o-_C_o_v_e_r_a_g_e-_M_a_p_s Unicode character range coverage storage

     _p_a_n_g_o-_F_o_n_t_s Structures representing abstract fonts

     _p_a_n_g_o-_G_l_y_p_h-_S_t_o_r_a_g_e Structures for storing information about
          glyphs

     _p_a_n_g_o-_L_a_y_o_u_t-_O_b_j_e_c_t_s Highlevel layout driver objects

     _p_a_n_g_o-_T_e_x_t-_P_r_o_c_e_s_s_i_n_g Functions to run the rendering pipeline

     _p_a_n_g_o-_P_a_n_g_o_R_e_n_d_e_r_e_r Rendering driver base class

     _p_a_n_g_o-_C_a_i_r_o-_R_e_n_d_e_r_i_n_g Rendering with the Cairo backend

     _p_a_n_g_o-_T_a_b-_S_t_o_p_s Structures for storing Tab Stops

     _p_a_n_g_o-_T_e_x_t-_A_t_t_r_i_b_u_t_e_s Font and other attributes for annotating
          text

_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>

