summaryrefslogtreecommitdiff
path: root/pango/pango.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-14 22:08:59 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-24 10:57:29 -0500
commitfac87e376bff4499bca881187e5730494307e401 (patch)
tree5ce013db4eb9f08f1bb862c53d5d7f4f43bad327 /pango/pango.h
parent495f377f024f6c874bfb9afa2da169a09e15b6d8 (diff)
downloadpango-fac87e376bff4499bca881187e5730494307e401.tar.gz
Add PangoLineBreaker
This is the guts of PangoLayout, spilled out.
Diffstat (limited to 'pango/pango.h')
-rw-r--r--pango/pango.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango.h b/pango/pango.h
index 702ec4fa..99268717 100644
--- a/pango/pango.h
+++ b/pango/pango.h
@@ -44,6 +44,7 @@
#include <pango/pango-layout.h>
#include <pango/pango-layout-run.h>
#include <pango/pango-line.h>
+#include <pango/pango-line-breaker.h>
#include <pango/pango-matrix.h>
#include <pango/pango-markup.h>
#include <pango/pango-renderer.h>