|
|
|
@ -8,7 +8,7 @@ namespace Avalonia.Visuals.UnitTests.VisualTree |
|
|
|
{ |
|
|
|
class MockRenderInterface : IPlatformRenderInterface |
|
|
|
{ |
|
|
|
public IEnumerable<string> InstalledFontNames => throw new NotImplementedException(); |
|
|
|
public IEnumerable<string> InstalledFontNames => new string[0]; |
|
|
|
|
|
|
|
public IFormattedTextImpl CreateFormattedText( |
|
|
|
string text, |
|
|
|
|