From 9ed5ea6beb085f0e644f228b7da1a00dfa092372 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 21 Feb 2005 19:43:49 +0000 Subject: Minor doc fixes. (#167922, #167924, Billy Biggs) 005-02-21 Owen Taylor * pango/fonts.c (pango_font_get_glyph_extents): * pango/shape.c (pango_shape): Minor doc fixes. (#167922, #167924, Billy Biggs) --- pango/fonts.c | 2 +- pango/shape.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pango') 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. **/ diff --git a/pango/shape.c b/pango/shape.c index 05188860..5ea9564f 100644 --- a/pango/shape.c +++ b/pango/shape.c @@ -26,7 +26,7 @@ * pango_shape: * @text: the text to process * @length: the length (in bytes) of @text - * @analysis: #PangoAnalysis structure from PangoItemize + * @analysis: #PangoAnalysis structure from pango_itemize() * @glyphs: glyph string in which to store results * * Given a segment of text and the corresponding -- cgit v1.2.1