зеркало из https://github.com/DeGsoft/maui-linux.git
11 строки
165 B
C#
11 строки
165 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
internal interface IFontElement
|
||
|
{
|
||
|
FontAttributes FontAttributes { get; }
|
||
|
|
||
|
string FontFamily { get; }
|
||
|
|
||
|
double FontSize { get; }
|
||
|
}
|
||
|
}
|