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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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>
|
|
|
|
|