diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-10 19:46:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-10 19:48:21 -0400 |
commit | aee1d73950792744af73d7cec5cb867906c225af (patch) | |
tree | 42e937876068ca6dfd2d216015a8867153c8abe0 /pango/pango-font.h | |
parent | 809246a62d5ca91f7321f8239db50b77eaaef021 (diff) | |
download | pango-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.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 2 |
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, |