[pango/gi-docs: 25/28] docs: Tweak some remaining docs




commit d02ec157b35c853c3a90af084b48d87bccd7b9fc
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 19 08:23:03 2021 -0500

    docs: Tweak some remaining docs
    
    Add a few more summaries.

 pango/pango-types.h | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/pango/pango-types.h b/pango/pango-types.h
index f9c0cf35..2998d8ec 100644
--- a/pango/pango-types.h
+++ b/pango/pango-types.h
@@ -56,11 +56,11 @@ typedef guint32 PangoGlyph;
 /**
  * PANGO_SCALE:
  *
- * The %PANGO_SCALE macro represents the scale between dimensions used
- * for Pango distances and device units. (The definition of device
- * units is dependent on the output device; it will typically be pixels
- * for a screen, and points for a printer.) %PANGO_SCALE is currently
- * 1024, but this may be changed in the future.
+ * The scale between dimensions used for Pango distances and device units.
+ *
+ * The definition of device units is dependent on the output device; it will
+ * typically be pixels for a screen, and points for a printer. %PANGO_SCALE is
+ * currently 1024, but this may be changed in the future.
  *
  * When setting font sizes, device units are always considered to be
  * points (as in "12 point font"), rather than pixels.
@@ -132,10 +132,11 @@ double pango_units_to_double (int i) G_GNUC_CONST;
  * @width: width of the rectangle.
  * @height: height of the rectangle.
  *
- * The `PangoRectangle` structure represents a rectangle. It is frequently
- * used to represent the logical or ink extents of a single glyph or section
- * of text. (See, for instance, [method Pango Font.get_glyph_extents].)
+ * The `PangoRectangle` structure represents a rectangle.
  *
+ * `PangoRectangle` is frequently used to represent the logical or ink
+ * extents of a single glyph or section of text. (See, for instance,
+ * [method Pango Font.get_glyph_extents].)
  */
 struct _PangoRectangle
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]