[glyf] When instancing, just spew empty VarComposites
Before we were dropping the entire glyf table.
This commit is contained in:
parent
4353192d05
commit
290cef39be
|
@ -240,7 +240,8 @@ struct Glyph
|
||||||
#ifndef HB_NO_VAR_COMPOSITES
|
#ifndef HB_NO_VAR_COMPOSITES
|
||||||
case VAR_COMPOSITE:
|
case VAR_COMPOSITE:
|
||||||
// TODO
|
// TODO
|
||||||
return false;
|
dest_end = hb_bytes_t ();
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
case COMPOSITE:
|
case COMPOSITE:
|
||||||
|
|
Loading…
Reference in New Issue