summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-21 19:58:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-21 19:58:28 +0000
commitb012ea64bdeeac0d23af02d47bb204a430ca9650 (patch)
tree19b86132b886c36782fee8740d36faba331262d9 /pango/pango-utils.c
parentf4a9ab9847427582a0d1a4edc1ab82430fe3d7ec (diff)
downloadpango-b012ea64bdeeac0d23af02d47bb204a430ca9650.tar.gz
Fix docs.
2006-01-21 Behdad Esfahbod <behdad@gnome.org> * pango/pango-utils.c (pango_matrix_get_font_scale_factor): Fix docs.
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 56313fda..e0bf654d 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1157,9 +1157,12 @@ pango_matrix_concat (PangoMatrix *matrix,
* pango_matrix_get_font_scale_factor:
* @matrix: a #PangoMatrix, may be %NULL
*
- * Return value: the scale factor of @matrix on the height of the font.
+ * Returns the scale factor of a matrix on the height of the font.
* That is, the scale factor in the direction perpendicular to the
- * vector that the X coordinate is mapped to, or 1.0 if @matrix is %NULL.
+ * vector that the X coordinate is mapped to.
+ *
+ * Return value: the scale factor of @matrix on the height of the font,
+ * or 1.0 if @matrix is %NULL.
*
* Since: 1.12
**/