summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-12-15 18:17:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-12-15 18:17:21 +0000
commitfd10525a04a8c8080640b62a16ee54adcebb0333 (patch)
tree06131c99439fbcecfbae8b30af2d8faaa1bb4d47
parent27812b566bda4601acde6940f7172c33fcf38189 (diff)
downloadpango-fd10525a04a8c8080640b62a16ee54adcebb0333.tar.gz
Bug 564644 – Not complete description of the
2008-12-15 Behdad Esfahbod <behdad@gnome.org> Bug 564644 – Not complete description of the pango_font_description_better_match function * pango/fonts.c: Improve docs. svn path=/trunk/; revision=2758
-rw-r--r--ChangeLog7
-rw-r--r--pango/fonts.c4
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aba421f..55977250 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-15 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 564644 – Not complete description of the
+ pango_font_description_better_match function
+
+ * pango/fonts.c: Improve docs.
+
2008-12-14 Behdad Esfahbod <behdad@gnome.org>
Bug 563898 – Generated output is not deterministic
diff --git a/pango/fonts.c b/pango/fonts.c
index 3f0c98d3..614d6406 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -627,7 +627,9 @@ compute_distance (const PangoFontDescription *a,
* Determines if the style attributes of @new_match are a closer match
* for @desc than @old_match, or if @old_match is %NULL, determines if
* @new_match is a match at all. Approximate matching is done for
- * weight and style; other attributes must match exactly.
+ * weight and style; other style attributes must match exactly.
+ * Style attributes are all attributes other than family and size-related
+ * attributes.
*
* Return value: %TRUE if @new_match is a better match
**/