[pango/pango2: 92/195] pango-layout: export a helper
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2: 92/195] pango-layout: export a helper
- Date: Mon, 6 Jun 2022 04:14:41 +0000 (UTC)
commit 52f7ca84c0e1147a141ce0b2181dc2a0fcb8d6f5
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jan 14 22:12:14 2022 -0500
pango-layout: export a helper
Make pango_layout_run_get_extents_and_height available
for use outside of pango-layout.c.
pango/pango-layout.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 5824ea7d..8877244d 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -5590,7 +5590,13 @@ pango_layout_get_empty_extents_and_height_at_index (PangoLayout *layout,
}
}
-static void
+void pango_layout_run_get_extents_and_height (PangoLayoutRun *run,
+ PangoRectangle *run_ink,
+ PangoRectangle *run_logical,
+ PangoRectangle *line_logical,
+ int *height);
+
+void
pango_layout_run_get_extents_and_height (PangoLayoutRun *run,
PangoRectangle *run_ink,
PangoRectangle *run_logical,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]