[glyf] When instancing, just spew empty VarComposites

Before we were dropping the entire glyf table.
pull/4202/head
Behdad Esfahbod 2 years ago
parent 4353192d05
commit 290cef39be
  1. 3
      src/OT/glyf/Glyph.hh

@ -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:

Loading…
Cancel
Save