Revert "Imported Upstream version 1.2.7"
[platform/upstream/harfbuzz.git] / util / view-cairo.hh
index f55d4bb..cb52373 100644 (file)
@@ -95,6 +95,8 @@ struct view_cairo_t
   view_options_t view_options;
 
   void render (const font_options_t *font_opts);
+  void get_surface_size (cairo_scaled_font_t *scaled_font, double *w, double *h);
+  void draw (cairo_t *cr);
 
   hb_direction_t direction; // Remove this, make segment_properties accessible
   GArray *lines;