Un-Ra U+09F1. According to the test suite this is correct.
[profile/ivi/org.tizen.video-player.git] / src / hb-ot-shape.h
index 182d951..f9560e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Red Hat, Inc.
+ * Copyright © 2010  Red Hat, Inc.
  *
  *  This is part of HarfBuzz, a text shaping library.
  *
@@ -27,6 +27,7 @@
 #ifndef HB_OT_SHAPE_H
 #define HB_OT_SHAPE_H
 
+#include "hb-common.h"
 #include "hb-shape.h"
 
 
@@ -34,11 +35,10 @@ HB_BEGIN_DECLS
 
 
 void
-hb_ot_shape (hb_font_t    *font,
-            hb_face_t    *face,
-            hb_buffer_t  *buffer,
-            hb_feature_t *features,
-            unsigned int  num_features);
+hb_ot_shape (hb_font_t          *font,
+            hb_buffer_t        *buffer,
+            const hb_feature_t *features,
+            unsigned int        num_features);
 
 
 HB_END_DECLS