summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-26 10:18:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-26 10:18:53 +0000
commit19d6d0cfd923641e9e2f946db86fa4073a1e899a (patch)
tree4efe5db2982f2bd750a8ee7ddb723a60ec5a9918
parentb2cbeb90cba969d10179dd76356c0e8a8d5b312a (diff)
downloadpango-19d6d0cfd923641e9e2f946db86fa4073a1e899a.tar.gz
Bug 339747 – pango_font_metrics_get_approximate_digit_width docs
2006-04-26 Behdad Esfahbod <behdad@gnome.org> Bug 339747 – pango_font_metrics_get_approximate_digit_width docs * pango/fonts.c: Fix typo in docs.
-rw-r--r--ChangeLog6
-rw-r--r--pango/fonts.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7842e2fd..172c4a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-04-26 Behdad Esfahbod <behdad@gnome.org>
+ Bug 339747 – pango_font_metrics_get_approximate_digit_width docs
+
+ * pango/fonts.c: Fix typo in docs.
+
+2006-04-26 Behdad Esfahbod <behdad@gnome.org>
+
Bug 339749 – pango_language_from_string issues
* pango/pango-utils.c (pango_language_from_string): Avoid lookup that
diff --git a/pango/fonts.c b/pango/fonts.c
index 57dbec8b..29d97b68 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1373,9 +1373,9 @@ pango_font_metrics_get_approximate_char_width (PangoFontMetrics *metrics)
* Gets the approximate digit width for a font metrics structure.
* This is merely a representative value useful, for example, for
* determining the initial size for a window. Actual digits in
- * text can be wider and narrower than this, though this value
+ * text can be wider or narrower than this, though this value
* is generally somewhat more accurate than the result of
- * pango_font_metrics_get_approximate_digit_width().
+ * pango_font_metrics_get_approximate_char_width() for digits.
*
* Return value: the digit width, in Pango units. (1 point == #PANGO_SCALE Pango units.)
**/