summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-21 01:09:27 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-21 01:09:27 +0000
commit483b7cc92a4d81dbd395f0b9ddbab4678d33884e (patch)
treeec0b6f20afaf98802a41d10f40d58d8afa159894 /pango/pango-renderer.c
parente2d1a595b84ca31d89ae20734155e6d1de635502 (diff)
parent42edc2780fc31719f90326febb5b44d2a7f58001 (diff)
downloadpango-483b7cc92a4d81dbd395f0b9ddbab4678d33884e.tar.gz
Merge branch 'docs-cleanups' into 'master'
docs: Reduce redundancy See merge request GNOME/pango!334
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r--pango/pango-renderer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index c36f1921..49eec91d 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -801,12 +801,12 @@ pango_renderer_default_draw_glyphs (PangoRenderer *renderer,
/**
* pango_renderer_draw_glyph_item:
* @renderer: a `PangoRenderer`
- * @text: (nullable): the UTF-8 text that @glyph_item refers to, or %NULL
+ * @text: (nullable): the UTF-8 text that @glyph_item refers to
* @glyph_item: a `PangoGlyphItem`
* @x: X position of left edge of baseline, in user space coordinates
- * in Pango units.
+ * in Pango units
* @y: Y position of left edge of baseline, in user space coordinates
- * in Pango units.
+ * in Pango units
*
* Draws the glyphs in @glyph_item with the specified `PangoRenderer`,
* embedding the text associated with the glyphs in the output if the