This commit is contained in:
Behdad Esfahbod 2018-08-02 02:22:38 -07:00
parent d4d1bf8177
commit 574b37e933
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ struct hb_ot_font_t
OT::hmtx::accelerator_t h_metrics;
OT::vmtx::accelerator_t v_metrics;
hb_face_t *face; /* MUST be before the lazy loaders. */
hb_face_t *face; /* MUST be JUST before the lazy loaders. */
hb_lazy_loader_t<1, OT::glyf::accelerator_t> glyf;
hb_lazy_loader_t<2, OT::CBDT::accelerator_t> cbdt;
hb_lazy_loader_t<3, OT::post::accelerator_t> post;

View File

@ -178,7 +178,7 @@ struct hb_ot_layout_t
hb_ot_layout_lookup_accelerator_t *gpos_accels;
/* TODO Move the following out of this struct. */
hb_face_t *face; /* MUST be before the lazy loaders. */
hb_face_t *face; /* MUST be JUST before the lazy loaders. */
hb_table_lazy_loader_t<1, struct OT::MATH> math;
hb_table_lazy_loader_t<2, struct OT::fvar> fvar;
hb_table_lazy_loader_t<3, struct OT::avar> avar;