Skip to content

Commit 677cbe1

Browse files
committed
去掉干扰代码
1 parent 704ac6a commit 677cbe1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • Workbench/Wmf/KawkaywecaljalKayjaybelfuber

Workbench/Wmf/KawkaywecaljalKayjaybelfuber/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ Encoding CharacterSetToEncoding(CharacterSet characterSet)
267267
canvas.DrawText(text[textIndex].ToString(), currentXOffset, currentY + ty, skFont, paint);
268268

269269
currentXOffset += dxArray[textIndex];
270-
if (currentXOffset > width)
271-
{
272-
currentXOffset = currentXOffset % width;
273-
}
274270
}
275271
}
276272

0 commit comments

Comments
 (0)