* ftfont.c (ftfont_drive_otf): otf_positioning_type_components_mask -> OTF_positioning_type_components_mask.
}
#ifdef OTF_POSITIONING_TYPE_GET_FORMAT
g->libotf_positioning_type
- = otfg->positioning_type & otf_positioning_type_components_mask;
+ = otfg->positioning_type & OTF_positioning_type_components_mask;
#endif
for (i++, otfg++; (i < otf_gstring.used
&& otfg->f.index.from == otfg[-1].f.index.from);
}
#ifdef OTF_POSITIONING_TYPE_GET_FORMAT
g->libotf_positioning_type
- = otfg->positioning_type & otf_positioning_type_components_mask;
+ = otfg->positioning_type & OTF_positioning_type_components_mask;
#endif
out->used++;
}