This commit is contained in:
Behdad Esfahbod 2011-09-19 16:53:47 -04:00
parent 466393c2f0
commit 0a965eee88
1 changed files with 4 additions and 0 deletions

View File

@ -643,6 +643,10 @@ found_non_indic (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t *mask_ar
static void
remove_joiners (hb_buffer_t *buffer)
{
/* For now we remove joiners. However, Uniscbire seems to keep them
* and output a zero-width space glyph for them. It is not clear to
* me how that is supposed to interact with GSUB. */
buffer->clear_output ();
unsigned int count = buffer->len;
for (buffer->idx = 0; buffer->idx < count;)