[pango/matthiasc/for-main] docs: Remove an oddity



commit 1c33a8c14b6e529490ec8e8cb3b987676351674c
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 14 09:41:19 2022 -0400

    docs: Remove an oddity
    
    It seems odd to document PANGO_WEIGHT_MEDIUM as the 'normal'
    weight, when we also have PANGO_WEIGHT_NORMAL.

 pango/pango-font.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 350e4e29c..9fc63b373 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -115,7 +115,7 @@ typedef enum {
  * @PANGO_WEIGHT_SEMILIGHT: the semilight weight (= 350) Since: 1.36.7
  * @PANGO_WEIGHT_BOOK: the book weight (= 380) Since: 1.24)
  * @PANGO_WEIGHT_NORMAL: the default weight (= 400)
- * @PANGO_WEIGHT_MEDIUM: the normal weight (= 500) Since: 1.24
+ * @PANGO_WEIGHT_MEDIUM: the medium weight (= 500) Since: 1.24
  * @PANGO_WEIGHT_SEMIBOLD: the semibold weight (= 600)
  * @PANGO_WEIGHT_BOLD: the bold weight (= 700)
  * @PANGO_WEIGHT_ULTRABOLD: the ultrabold weight (= 800)


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