added a simple line to set "glyph.control_len" when loading

a simple glyph. This is used to compute statistics on font files..
This commit is contained in:
David Turner 2000-05-02 11:00:06 +00:00
parent 9a9315faae
commit 48641d60ae
1 changed files with 1 additions and 0 deletions

View File

@ -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 )
{