diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 15:59:58 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 16:30:23 -0400 |
commit | 77b78746c901f95ca45a9ccffe9c32a38c0fb32b (patch) | |
tree | d9902f62f26390d1fb8ae75ab20b2df45ef6ba49 /docs | |
parent | b5634799586ed8e3496ffc237b8d08e6d4e64d67 (diff) | |
download | pango-77b78746c901f95ca45a9ccffe9c32a38c0fb32b.tar.gz |
context: Add an option for rounding glyph positions
This is a global option, similar in spirit to
font options, so it makes sense to keep it in
PangoContext.
Default to rounding glyph positions, which preserves
the pre-1.44 behavior and should help cure all
the 'broken' font rendering with older cairo
versions.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 2855c247..7a95d401 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -62,6 +62,8 @@ pango_context_get_gravity_hint pango_context_set_gravity_hint pango_context_get_matrix pango_context_set_matrix +pango_context_get_round_glyph_positions +pango_context_set_round_glyph_positions pango_context_load_font pango_context_load_fontset pango_context_get_metrics |