Skip to content

Commit 2dc5613

Browse files
Upgrade to clipper 2
1 parent 2b2f610 commit 2dc5613

33 files changed

Lines changed: 7332 additions & 5089 deletions

File tree

samples/DrawShapesWithImageSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private static void DrawText(string text, IPath path)
7979
HorizontalAlignment = HorizontalAlignment.Left,
8080

8181
// Enable this to test vertical layout mode.
82-
//LayoutMode = LayoutMode.VerticalLeftRight
82+
// LayoutMode = LayoutMode.VerticalLeftRight
8383
};
8484

8585
IPathCollection glyphs = TextBuilder.GenerateGlyphs(text, path, textOptions);

0 commit comments

Comments
 (0)