mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
fix bug in naming of vstemhm command which caused error in parsing type 2 charstrings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user