summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-19 08:23:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit94b84d6c2b7cd27d52f77162b3fc0d3e032a0ea8 (patch)
tree9fa8e73d59a4c47443db928f8b84cb59a9f1b2dc
parentf2f458d18438328fa9e014c647b725ca17e751a7 (diff)
downloadpango-94b84d6c2b7cd27d52f77162b3fc0d3e032a0ea8.tar.gz
docs: Tweak some remaining docs
Add a few more summaries.
-rw-r--r--pango/pango-types.h17
1 files 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
{