diff --git a/src/ftxgsub.c b/src/ftxgsub.c index 52b498c975cb96b2a12c1ed2a701f74529e938c3..3e98c130ce7070762817b11a00164b4a91f1f561 100644 --- a/src/ftxgsub.c +++ b/src/ftxgsub.c @@ -45,6 +45,8 @@ #define IN_PROPERTIES( pos ) buffer->in_string[(pos)].properties #define IN_LIGID( pos ) buffer->in_string[(pos)].ligID +#define OUT_GLYPH( pos ) buffer->out_string[(pos)].gindex +#define OUT_ITEM( pos ) (&buffer->out_string[(pos)]) #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \ ( ( error = otl_buffer_add_output_glyphs( (buffer), \