Minor
This commit is contained in:
parent
d4d1bf8177
commit
574b37e933
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue