@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Processing
/// <summary>
/// Adds extensions that allow the drawing of text to the <see cref="Image{TPixel}"/> type.
/// </summary>
public static partial class DrawTextExtensions
public static class DrawTextExtensions
{
/// Draws the text onto the the image filled via the brush.
@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp.Processing
/// <typeparam name="TPixel">The pixel format.</typeparam>
public class RecolorBrush<TPixel> : IBrush<TPixel>
where TPixel : struct, IPixel<TPixel>
/// Initializes a new instance of the <see cref="RecolorBrush{TPixel}" /> class.