< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-private.hh

Print this page

        

*** 122,131 **** --- 122,132 ---- namespace OT { struct GDEF; struct GSUB; struct GPOS; + struct MATH; } struct hb_ot_layout_lookup_accelerator_t { template <typename TLookup>
*** 150,163 **** --- 151,166 ---- struct hb_ot_layout_t { hb_blob_t *gdef_blob; hb_blob_t *gsub_blob; hb_blob_t *gpos_blob; + hb_blob_t *math_blob; const struct OT::GDEF *gdef; const struct OT::GSUB *gsub; const struct OT::GPOS *gpos; + const struct OT::MATH *math; unsigned int gsub_lookup_count; unsigned int gpos_lookup_count; hb_ot_layout_lookup_accelerator_t *gsub_accels;
< prev index next >