From ebbfe36510e50fb713469437d625c5c9293154cd Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Fri, 1 Mar 2019 15:14:22 -0800 Subject: [PATCH] calculate VF advance widths from gvar & glyf --- src/hb-ot-glyf-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-glyf-table.hh b/src/hb-ot-glyf-table.hh index 538577a1d..eb072b4e0 100644 --- a/src/hb-ot-glyf-table.hh +++ b/src/hb-ot-glyf-table.hh @@ -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);