We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852ea38 commit b3f997cCopy full SHA for b3f997c
1 file changed
src/ImageSharp.Drawing/Processing/RichTextOptions.cs
@@ -41,6 +41,10 @@ public RichTextOptions(RichTextOptions options)
41
/// <summary>
42
/// Gets or sets an optional path to draw the text along.
43
/// </summary>
44
+ /// <remarks>
45
+ /// When this property is not <see langword="null"/> the <see cref="TextOptions.Origin"/>
46
+ /// property is ignored. The text will be drawn along the path starting at the origin of the path.
47
+ /// </remarks>
48
public IPath Path { get; set; }
49
}
50
0 commit comments