pangomm r15 - trunk/pango/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: pangomm r15 - trunk/pango/src
- Date: Tue, 12 Aug 2008 07:55:35 +0000 (UTC)
Author: murrayc
Date: Tue Aug 12 07:55:34 2008
New Revision: 15
URL: http://svn.gnome.org/viewvc/pangomm?rev=15&view=rev
Log:
A few documention comments.
Modified:
trunk/pango/src/layoutrun.hg
Modified: trunk/pango/src/layoutrun.hg
==============================================================================
--- trunk/pango/src/layoutrun.hg (original)
+++ trunk/pango/src/layoutrun.hg Tue Aug 12 07:55:34 2008
@@ -29,11 +29,16 @@
class GlyphString;
class LayoutRun;
+/** A Pango::GlyphItem is a pair of a Pango::Items and the glyphs resulting from shaping the text corresponding to an item.
+ * As an example of the usage of Pango::GlyphItem, the results of shaping text with Pango::Layout is a list of Pango::LayoutLine,
+ * each of which contains a list of Pango::GlyphItem.
+ */
typedef LayoutRun GlyphItem;
-//TODO: The Pango docs now say "it is simply an alternate name for PangoGlyphItem. See the PangoGlyphItem docs for details on the fields. "
+//TODO: Change this to just GlyphItem when we can break API/ABI.
-/** A Pango::LayoutRun represents a single run within a PangoLayoutLine.
+/** A Pango::LayoutRun represents a single run within a LayoutLine.
+ * It is simply an alternate name for GlyphItem.
*/
class LayoutRun
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]