diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-10-27 06:00:08 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-10-27 06:00:08 +0000 |
commit | 12810d50a10ee378c253c3f8c2efe1516cd60ebc (patch) | |
tree | a09265167085d175b5ff15d537cdbd3f82de1037 /pango | |
parent | bad3c266126980cb51afcb7b5db76fefab421ff4 (diff) | |
parent | 6605d293fee5c47ea40f6a87c94d664f6bfb8887 (diff) | |
download | pango-12810d50a10ee378c253c3f8c2efe1516cd60ebc.tar.gz |
Merge branch 'matthiasc/for-main' into 'main'
Cosmetics
See merge request GNOME/pango!486
Diffstat (limited to 'pango')
-rw-r--r-- | pango/shape.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/shape.c b/pango/shape.c index 30131dd5..79489105 100644 --- a/pango/shape.c +++ b/pango/shape.c @@ -33,7 +33,7 @@ #include <hb-ot.h> /* {{{ Harfbuzz shaping */ -/* {{{{ Buffer handling */ +/* {{{ Buffer handling */ static hb_buffer_t *cached_buffer = NULL; /* MT-safe */ G_LOCK_DEFINE_STATIC (cached_buffer); @@ -73,8 +73,8 @@ release_buffer (hb_buffer_t *buffer, hb_buffer_destroy (buffer); } -/* }}}} */ -/* {{{{ Use PangoFont with Harfbuzz */ +/* }}} */ +/* {{{ Use PangoFont with Harfbuzz */ typedef struct { @@ -235,8 +235,8 @@ pango_font_get_hb_font_for_context (PangoFont *font, return hb_font; } -/* }}}} */ -/* {{{{ Utilities */ +/* }}} */ +/* {{{ Utilities */ static void apply_extra_attributes (GSList *attrs, @@ -376,7 +376,7 @@ glyph_has_color (hb_font_t *font, return FALSE; } -/* }}}} */ +/* }}} */ static void pango_hb_shape (const char *item_text, |