calculate VF advance widths from gvar & glyf

This commit is contained in:
Michiharu Ariza 2019-03-01 15:14:22 -08:00
parent 9690461a91
commit ebbfe36510
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ struct glyf
_points.resize (num_points + PHANTOM_COUNT);
for (unsigned int i = 0; i < _points.length; i++) _points[i].init ();
if ((num_contours <= 0) || phantom_only) return true;
/* Read simple glyph points if !phantom_only */
_end_points.resize (num_contours);