|
|
@ -79,11 +79,6 @@ namespace Avalonia.Media |
|
|
/// <remarks>Key is only used for custom fonts.</remarks>
|
|
|
/// <remarks>Key is only used for custom fonts.</remarks>
|
|
|
public FontFamilyKey? Key { get; } |
|
|
public FontFamilyKey? Key { get; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Returns <c>True</c> if this instance is the system's default.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public bool IsDefault => Name.Equals(DefaultFontFamilyName); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Implicit conversion of string to FontFamily
|
|
|
/// Implicit conversion of string to FontFamily
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|