summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2022-06-15 07:05:52 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-12-28 13:22:00 +1030
commit252ff60f1ee62c5b36d650b91ac2536d03656bea (patch)
tree8889fea7e5acbfdb6c98c5fcb81ba0cbef258d82 /test/cairo-test.h
parent1bd5751324866a2bfbb084fcb7d5462d983a878e (diff)
downloadcairo-252ff60f1ee62c5b36d650b91ac2536d03656bea.tar.gz
SVG font test using cairo logo
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index 6169c5371..adff2583c 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -323,6 +323,11 @@ cairo_t *
cairo_test_create (cairo_surface_t *surface,
const cairo_test_context_t *ctx);
+/* Set font face from a font file in build or src dir, using the FT backend. */
+cairo_test_status_t
+cairo_test_ft_select_font_from_file (cairo_t *cr,
+ const char *filename);
+
CAIRO_END_DECLS
#endif