diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-16 08:30:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-10-31 19:47:43 -0400 |
commit | 6e3a8ad9cc915e11df720e271f0a59b8d354c5ba (patch) | |
tree | 60a0c6f3c7962c1638a6364270e771a8a3b1311f /docs | |
parent | 5ed6d2589f8c553bfdfff080b8bea5c90bfefad6 (diff) | |
download | pango-6e3a8ad9cc915e11df720e271f0a59b8d354c5ba.tar.gz |
Add pango_layout_get_direction
This lets callers access to resolved text direction
of a layout. GTK needs this.
Closes: https://gitlab.gnome.org/GNOME/pango/issues/14
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index c875b91f..e4056773 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -529,6 +529,7 @@ pango_layout_set_justify pango_layout_get_justify pango_layout_set_auto_dir pango_layout_get_auto_dir +pango_layout_get_direction pango_layout_set_alignment pango_layout_get_alignment pango_layout_set_tabs |