[repacker] re-count shared node sizes in split PairPos segments.
This commit is contained in:
parent
3b91fb2a9f
commit
14f95ee0cf
|
@ -66,6 +66,7 @@ struct PairPosFormat1 : public OT::Layout::GPOS_impl::PairPosFormat1_3<SmallType
|
||||||
{
|
{
|
||||||
split_points.push (i);
|
split_points.push (i);
|
||||||
accumulated = base_size;
|
accumulated = base_size;
|
||||||
|
visited.clear (); // Pretend node sharing isn't allowed between splits.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue