From 48641d60ae853a34a5c683d69cf35f879d2567d1 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 2 May 2000 11:00:06 +0000 Subject: [PATCH] added a simple line to set "glyph.control_len" when loading a simple glyph. This is used to compute statistics on font files.. --- src/truetype/ttgload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c index 6c3b93fc2..e824f62e9 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 ) {