Browse Source

Interface is client implementable.

Co-authored-by: Benedikt Stebner <Gillibald@users.noreply.github.com>
pull/8049/head
Steven Kirk 4 years ago
committed by GitHub
parent
commit
083115d087
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Base/Media/TextFormatting/ITextSource.cs

1
src/Avalonia.Base/Media/TextFormatting/ITextSource.cs

@ -5,7 +5,6 @@ namespace Avalonia.Media.TextFormatting
/// <summary>
/// Produces <see cref="TextRun"/> objects that are used by the <see cref="TextFormatter"/>.
/// </summary>
[NotClientImplementable]
public interface ITextSource
{
/// <summary>

Loading…
Cancel
Save