提交 b6ff1f13 编写于 作者: T Tentone

Code identation

上级 b11cf213
......@@ -33,13 +33,11 @@ Object.assign( Font.prototype, {
var char = chars[ i ];
if(char === "\n")
{
if(char === "\n") {
offsetX = 0;
offsetY -= line_height;
}
else
{
else {
var ret = createPath( char, scale, offsetX, offsetY );
offsetX += ret.offsetX;
paths.push( ret.path );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册