File: Text\ITextAttributes.cs
Web Access
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics)
using System.Collections.Generic;
 
namespace Microsoft.Maui.Graphics.Text
{
	public interface ITextAttributes : IReadOnlyDictionary<TextAttribute, string>
	{
	}
}