[API] Add hb_font_create_sub_font() and hb_font_get_parent()
[profile/ivi/org.tizen.video-player.git] / src / hb-font-private.hh
index 3c6cc1c..66ebfd8 100644 (file)
@@ -82,6 +82,7 @@ struct _hb_font_t {
 
   hb_bool_t immutable;
 
+  hb_font_t *parent;
   hb_face_t *face;
 
   int x_scale;