fix bug in naming of vstemhm command which caused error in parsing type 2 charstrings

This commit is contained in:
Eliot Jones
2019-01-19 12:18:23 +00:00
parent 462a05e64c
commit 1e5d790b7f

View File

@@ -264,7 +264,7 @@
ctx.Stack.Clear();
})
},
{ 23, new LazyType2Command("vstemh", ctx =>
{ 23, new LazyType2Command("vstemhm", ctx =>
{
// Same as vstem except the charstring contains hintmask
var numberOfEdgeHints = ctx.Stack.Length / 2;