提交 c4ae426a 编写于 作者: M Michiharu Ariza

treat h/vstem the same as h/vstemhm

上级 e67bb3fb
......@@ -224,13 +224,11 @@ struct CFF1CSOpSet : CSOpSet<CFF1Subrs, PARAM>
}
break;
case OpCode_hstem:
case OpCode_vstem:
env.clear_stack ();
break;
case OpCode_hstemhm:
env.hstem_count += env.argStack.size / 2;
env.clear_stack ();
break;
case OpCode_vstem:
case OpCode_vstemhm:
env.vstem_count += env.argStack.size / 2;
env.clear_stack ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册