summaryrefslogtreecommitdiff
path: root/util/helper-cairo.hh
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-08 22:49:29 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-08 22:49:29 +0900
commit3b116dcddafed5f018198863aac3cd81d3c7c7e2 (patch)
tree36e082d5a3d13e03ecb9c18d57834cb3bfa13659 /util/helper-cairo.hh
parentb08254dad51328fed58b3c0999a1eb7a25f53efc (diff)
downloadharfbuzz-tizen_2.3.1.tar.gz
harfbuzz-tizen_2.3.1.tar.bz2
harfbuzz-tizen_2.3.1.zip
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