Skip to content

Commit 4feb7b7

Browse files
Merge branch 'main' into js/fix234
2 parents 6a332cd + cee21d9 commit 4feb7b7

35 files changed

Lines changed: 7337 additions & 5092 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)