summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-10 19:46:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-10 19:48:21 -0400
commitaee1d73950792744af73d7cec5cb867906c225af (patch)
tree42e937876068ca6dfd2d216015a8867153c8abe0
parent809246a62d5ca91f7321f8239db50b77eaaef021 (diff)
downloadpango-aee1d73950792744af73d7cec5cb867906c225af.tar.gz
Update PangoWeight documentation
A while ago, we added a weight of 1000 to the enumeration, but neglected to update the allowed values in the documentation. Fix that.
-rw-r--r--pango/pango-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index e4ed4e0f..cd306f11 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -91,7 +91,7 @@ typedef enum {
* @PANGO_WEIGHT_ULTRAHEAVY: the ultraheavy weight (= 1000; Since: 1.24)
*
* An enumeration specifying the weight (boldness) of a font. This is a numerical
- * value ranging from 100 to 900, but there are some predefined values:
+ * value ranging from 100 to 1000, but there are some predefined values:
*/
typedef enum {
PANGO_WEIGHT_THIN = 100,