|
|
@ -168,6 +168,9 @@ namespace Avalonia.Platform |
|
|
/// <returns></returns>
|
|
|
/// <returns></returns>
|
|
|
IGlyphRunImpl CreateGlyphRun(GlyphRun glyphRun); |
|
|
IGlyphRunImpl CreateGlyphRun(GlyphRun glyphRun); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets a value indicating whether the platform supports rectangles with rounded corners.
|
|
|
|
|
|
/// </summary>
|
|
|
bool SupportsIndividualRoundRects { get; } |
|
|
bool SupportsIndividualRoundRects { get; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
|