summaryrefslogtreecommitdiff
path: root/pango/pangocairo-render.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pangocairo-render.c
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/pangocairo-render.c')
-rw-r--r--pango/pangocairo-render.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c
index 9e3cfab8..2c552ba1 100644
--- a/pango/pangocairo-render.c
+++ b/pango/pangocairo-render.c
@@ -1203,8 +1203,8 @@ pango_cairo_glyph_string_path (cairo_t *cr,
* Adds the text in `PangoLayoutLine` to the current path in the
* specified cairo context.
*
- * The origin of the glyphs (the left edge
- * of the line) will be at the current point of the cairo context.
+ * The origin of the glyphs (the left edge of the line) will be
+ * at the current point of the cairo context.
*
* Since: 1.10
*/
@@ -1226,8 +1226,8 @@ pango_cairo_layout_line_path (cairo_t *cr,
* Adds the text in a `PangoLayout` to the current path in the
* specified cairo context.
*
- * The top-left corner of the `PangoLayout`
- * will be at the current point of the cairo context.
+ * The top-left corner of the `PangoLayout` will be at the
+ * current point of the cairo context.
*
* Since: 1.10
*/
@@ -1253,9 +1253,8 @@ pango_cairo_layout_path (cairo_t *cr,
* approximately covers the given rectangle in the style of an underline used
* to indicate a spelling error.
*
- * The width of the underline is rounded to an
- * integer number of up/down segments and the resulting rectangle is centered
- * in the original rectangle.
+ * The width of the underline is rounded to an integer number of up/down
+ * segments and the resulting rectangle is centered in the original rectangle.
*
* Since: 1.14
*/