summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-07 14:27:16 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-13 14:28:05 -0600
commitd6ddea88bda8cb26da5c3afcf35d732350dd6a9b (patch)
treecf8792d30baad33c4bc6fe50567a2744a14b18cd
parent2864eb56aab14140c7129bca42165d3109686d6d (diff)
downloadpango-d6ddea88bda8cb26da5c3afcf35d732350dd6a9b.tar.gz
Cosmetics
-rw-r--r--pango/pango-font.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 8d83be34..6466341f 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -185,15 +185,15 @@ typedef enum {
* `PangoFontDescription`.
*/
typedef enum {
- PANGO_FONT_MASK_FAMILY = 1 << 0,
- PANGO_FONT_MASK_STYLE = 1 << 1,
- PANGO_FONT_MASK_VARIANT = 1 << 2,
- PANGO_FONT_MASK_WEIGHT = 1 << 3,
- PANGO_FONT_MASK_STRETCH = 1 << 4,
- PANGO_FONT_MASK_SIZE = 1 << 5,
- PANGO_FONT_MASK_GRAVITY = 1 << 6,
+ PANGO_FONT_MASK_FAMILY = 1 << 0,
+ PANGO_FONT_MASK_STYLE = 1 << 1,
+ PANGO_FONT_MASK_VARIANT = 1 << 2,
+ PANGO_FONT_MASK_WEIGHT = 1 << 3,
+ PANGO_FONT_MASK_STRETCH = 1 << 4,
+ PANGO_FONT_MASK_SIZE = 1 << 5,
+ PANGO_FONT_MASK_GRAVITY = 1 << 6,
PANGO_FONT_MASK_VARIATIONS = 1 << 7,
- PANGO_FONT_MASK_FACEID = 1 << 8,
+ PANGO_FONT_MASK_FACEID = 1 << 8,
} PangoFontMask;
/* CSS scale factors (1.2 factor between each size) */