[GPOS] Advance buffer cursor in SinglePos lookups. Ouch!

pull/1/head
Behdad Esfahbod 16 years ago
parent e35bbd570a
commit f53d434b91
  1. 4
      src/hb-ot-layout-gpos-private.h

@ -264,6 +264,8 @@ struct SinglePosFormat1
return false;
valueFormat.apply_value (layout, (const char *) this, values, CURPOSITION ());
buffer->in_pos++;
return true;
}
@ -297,6 +299,8 @@ struct SinglePosFormat2
valueFormat.apply_value (layout, (const char *) this,
values + index * valueFormat.get_len (),
CURPOSITION ());
buffer->in_pos++;
return true;
}

Loading…
Cancel
Save