[pango/redo-attrs] Cosmetics
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/redo-attrs] Cosmetics
- Date: Tue, 8 Feb 2022 19:47:17 +0000 (UTC)
commit 7c6442ed94a5cb37825b2d4d34222ec27614c4de
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 7 14:27:16 2022 -0500
Cosmetics
pango/pango-font.h | 16 ++++++++--------
1 file 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) */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]