summaryrefslogtreecommitdiff
path: root/pango/pangocairo-render.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangocairo-render.h')
-rw-r--r--pango/pangocairo-render.h21
1 files changed, 5 insertions, 16 deletions
diff --git a/pango/pangocairo-render.h b/pango/pangocairo-render.h
index 45ca44ae..b9386142 100644
--- a/pango/pangocairo-render.h
+++ b/pango/pangocairo-render.h
@@ -42,33 +42,22 @@ void pango_cairo_show_lines (cairo_t *cr,
PANGO_AVAILABLE_IN_ALL
void pango_cairo_show_layout (cairo_t *cr,
PangoLayout *layout);
-
-PANGO_AVAILABLE_IN_ALL
-void pango_cairo_show_error_underline (cairo_t *cr,
- double x,
- double y,
- double width,
- double height);
-
PANGO_AVAILABLE_IN_ALL
void pango_cairo_glyph_string_path (cairo_t *cr,
PangoFont *font,
PangoGlyphString *glyphs);
PANGO_AVAILABLE_IN_ALL
-void pango_cairo_layout_path (cairo_t *cr,
- PangoLayout *layout);
+void pango_cairo_run_path (cairo_t *cr,
+ const char *text,
+ PangoRun *run);
PANGO_AVAILABLE_IN_ALL
void pango_cairo_line_path (cairo_t *cr,
PangoLine *line);
PANGO_AVAILABLE_IN_ALL
void pango_cairo_lines_path (cairo_t *cr,
PangoLines *lines);
-
PANGO_AVAILABLE_IN_ALL
-void pango_cairo_error_underline_path (cairo_t *cr,
- double x,
- double y,
- double width,
- double height);
+void pango_cairo_layout_path (cairo_t *cr,
+ PangoLayout *layout);
G_END_DECLS