[glyf] When instancing, just spew empty VarComposites

Before we were dropping the entire glyf table.
This commit is contained in:
Behdad Esfahbod 2023-04-21 12:22:30 -06:00
parent 4353192d05
commit 290cef39be
1 changed files with 2 additions and 1 deletions

View File

@ -240,7 +240,8 @@ struct Glyph
#ifndef HB_NO_VAR_COMPOSITES
case VAR_COMPOSITE:
// TODO
return false;
dest_end = hb_bytes_t ();
break;
#endif
case COMPOSITE: