diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-01-23 18:39:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-01-24 07:46:42 -0500 |
commit | 026bbb125b3302403c6067b22320c4862eb9009f (patch) | |
tree | 0e198d713bbc2d1eeed527e0ab2d24c8c3dca5d0 /pango/pango.h | |
parent | 04aff39ebcbf43ed4e89d0e00c4b42669dcda0af (diff) | |
download | pango-026bbb125b3302403c6067b22320c4862eb9009f.tar.gz |
Add PangoLayoutRun
Make this a separate type from PangoGlyphItem,
and give it some minimal api.
Diffstat (limited to 'pango/pango.h')
-rw-r--r-- | pango/pango.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango.h b/pango/pango.h index eca66265..1809296d 100644 --- a/pango/pango.h +++ b/pango/pango.h @@ -42,6 +42,7 @@ #include <pango/pango-item.h> #include <pango/pango-language.h> #include <pango/pango-layout.h> +#include <pango/pango-layout-run.h> #include <pango/pango-matrix.h> #include <pango/pango-markup.h> #include <pango/pango-renderer.h> |