summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-02-21 19:43:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-02-21 19:43:41 +0000
commitf0653b4131c0c2d811f662785a7b4d971d370bef (patch)
treec902469f2d53207f5d08c30f1f43a8deac912fe3 /pango/fonts.c
parentd508b2608051bc953d074d9a7ec2e1ec3514473f (diff)
downloadpango-f0653b4131c0c2d811f662785a7b4d971d370bef.tar.gz
Minor doc fixes. (#167922, #167924, Billy Biggs)
005-02-21 Owen Taylor <otaylor@redhat.com> * pango/fonts.c (pango_font_get_glyph_extents): * pango/shape.c (pango_shape): Minor doc fixes. (#167922, #167924, Billy Biggs)
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index ccd13ed7..12752762 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1148,7 +1148,7 @@ pango_font_find_shaper (PangoFont *font,
* coordinate system for each rectangle has its origin at the
* base line and horizontal origin of the character with increasing
* coordinates extending to the right and down. The macros PANGO_ASCENT(),
- * PANGO_DESCENT(), PANGO_LBEARING(), and PANGO_RBEARING can be used to convert
+ * PANGO_DESCENT(), PANGO_LBEARING(), and PANGO_RBEARING() can be used to convert
* from the extents rectangle to more traditional font metrics. The units
* of the rectangles are in 1/PANGO_SCALE of a device unit.
**/