[Gtk-sharp-list] Pango.Layout (again :)

Borja Sanchez Zamorano borsanza@terra.es
Sun, 07 Mar 2004 18:00:16 +0100


try with this method:

  public int IndexToX (int index_, bool trailing)


the source in gtk-sharp is:

  public int IndexToX(int index_, bool trailing) {
    int x_pos;
    pango_layout_line_index_to_x(ref this, index_, trailing, out x_pos);
    return x_pos;
  }


  BorSanZa


El dom, 07-03-2004 a las 17:32, Tiago Lima escribi=F3:
> Hi,
>=20
> Where can I find this function, in pango-sharp, existing in the pango-lay=
out.c=20
> file ?
>=20
> void
> pango_layout_index_to_line_x (PangoLayout *layout,
>                               int          index,
>                               gboolean     trailing,
>                               int         *line,
>                               int         *x_pos)
>=20
> Thanks,
> 	Tiago Lima
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
--=20
Borja Sanchez Zamorano <borsanza@terra.es>