[pango] Update PangoWeight documentation



commit aee1d73950792744af73d7cec5cb867906c225af
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 10 19:46:55 2014 -0400

    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.

 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 e4ed4e0..cd306f1 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]