From f9675851e970110d88c9a120d1eca6d991af49f0 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 24 Jun 2004 20:11:04 +0000 Subject: [PATCH] 2004-06-24 Mike Kestner * en/Pango/Layout.xml : document IndexToPosition. svn path=/trunk/gtk-sharp/; revision=30334 --- doc/ChangeLog | 4 ++++ doc/en/Pango/Layout.xml | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0e8a192d2..a54fe70cc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-24 Mike Kestner + + * en/Pango/Layout.xml : document IndexToPosition. + 2004-06-24 Mike Kestner * en/GLib/Timeout.xml : finish the class and Add docs. diff --git a/doc/en/Pango/Layout.xml b/doc/en/Pango/Layout.xml index 6fd5a3007..a1b41e3b6 100644 --- a/doc/en/Pango/Layout.xml +++ b/doc/en/Pango/Layout.xml @@ -548,10 +548,14 @@ class LayoutSample : DrawingArea - To be added - a - a - To be added + Obtains the graphical position of an offset in the . + a byte offset within the text buffer. + a representing the position of the grapheme associated with . + + +The X coordinate of the resulting represents the leading edge of the grapheme. If the direction of the grapheme is right to left, the Width value will be negative. + +