diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-19 16:13:24 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-19 16:13:24 +0000 |
commit | 16fe854011956d477fad7047ab5db2aa29ffc04b (patch) | |
tree | 7fae2e9528fbbf74f3a1ceac7818ebb51a75410e /pango | |
parent | bf302c0cdce001fe405a94beb8908a59e39c98fc (diff) | |
parent | b446a49bbd374fb1fca7c0f0fea5fc73dd20f4c9 (diff) | |
download | pango-16fe854011956d477fad7047ab5db2aa29ffc04b.tar.gz |
Merge branch 'log-attr-language' into 'main'
Use the language we are given
See merge request GNOME/pango!415
Diffstat (limited to 'pango')
-rw-r--r-- | pango/break.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/break.c b/pango/break.c index 58e039e5..9690d510 100644 --- a/pango/break.c +++ b/pango/break.c @@ -1863,6 +1863,7 @@ pango_get_log_attrs (const char *text, g_return_if_fail (log_attrs != NULL); analysis.level = level; + analysis.language = language; pango_default_break (text, length, &analysis, log_attrs, attrs_len); |