This commit is contained in:
Behdad Esfahbod 2018-11-11 16:25:43 -05:00
parent 55c66c7c56
commit e88d47b7f2
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ DEFINE_NULL_INSTANCE (hb_face_t) =
#undef HB_SHAPER_IMPLEMENT
},
HB_ATOMIC_PTR_INIT (nullptr), /* shape_plans */
/* Zero for the rest is fine. */
};

View File

@ -54,7 +54,7 @@ struct hb_face_t
struct hb_shaper_data_t shaper_data; /* Various shaper data. */
hb_ot_face_t table;
hb_ot_face_t table; /* All the face's tables. */
/* Cache */
struct plan_node_t