summaryrefslogtreecommitdiff
path: root/util/helper-cairo.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/helper-cairo.hh')
-rw-r--r--util/helper-cairo.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/helper-cairo.hh b/util/helper-cairo.hh
index 2f2c9d4..ed55a45 100644
--- a/util/helper-cairo.hh
+++ b/util/helper-cairo.hh
@@ -33,9 +33,9 @@
cairo_scaled_font_t *
-helper_cairo_create_scaled_font (const font_options_t *font_opts,
- double font_size);
+helper_cairo_create_scaled_font (const font_options_t *font_opts);
+extern const char *helper_cairo_supported_formats[];
cairo_t *
helper_cairo_create_context (double w, double h,
@@ -75,7 +75,7 @@ helper_cairo_line_from_buffer (helper_cairo_line_t *l,
hb_buffer_t *buffer,
const char *text,
unsigned int text_len,
- double scale,
+ int scale_bits,
hb_bool_t utf8_clusters);
#endif