summaryrefslogtreecommitdiff
path: root/src/cairo-ft-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-ft-private.h')
-rw-r--r--src/cairo-ft-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cairo-ft-private.h b/src/cairo-ft-private.h
index 494d8369..e92048b2 100644
--- a/src/cairo-ft-private.h
+++ b/src/cairo-ft-private.h
@@ -44,6 +44,12 @@
CAIRO_BEGIN_DECLS
+cairo_bool_t
+_cairo_unscaled_font_is_ft (cairo_unscaled_font_t *unscaled_font);
+
+cairo_bool_t
+_cairo_scaled_font_is_ft (cairo_scaled_font_t *scaled_font);
+
/* These functions are needed by the PDF backend, which needs to keep track of the
* the different fonts-on-disk used by a document, so it can embed them
*/