added a simple line to set "glyph.control_len" when loading a simple glyph. This is used to compute statistics on font files..
diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
index 6c3b93f..e824f62 100644
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -233,6 +233,7 @@
/* reading the bytecode instructions */
n_ins = GET_UShort();
+ load->face->root.glyph->control_len = n_ins;
if ( n_points > load->left_points )
{