[layout] Collect coverage glyphs in PairPos
Apparently class=0 is used for ClassDef1. See: https://github.com/adobe-type-tools/afdko/issues/90
This commit is contained in:
parent
8718dae818
commit
fc38e6034c
|
@ -742,7 +742,7 @@ struct PairPosFormat2
|
|||
inline void collect_glyphs (hb_collect_glyphs_context_t *c) const
|
||||
{
|
||||
TRACE_COLLECT_GLYPHS (this);
|
||||
/* (this+coverage).add_coverage (c->input); // Don't need this. */
|
||||
(this+coverage).add_coverage (c->input);
|
||||
|
||||
unsigned int count1 = class1Count;
|
||||
const ClassDef &klass1 = this+classDef1;
|
||||
|
|
Loading…
Reference in New Issue