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:
parent
9a9315faae
commit
48641d60ae
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user