From f2fda7bcdb4253efd5df7ff86ab39b23d7ba77ae Mon Sep 17 00:00:00 2001 From: Benedikt Stebner Date: Tue, 25 Oct 2022 11:38:37 +0200 Subject: [PATCH] Fix xml comment --- src/Avalonia.Base/Media/IGlyphTypeface.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Avalonia.Base/Media/IGlyphTypeface.cs b/src/Avalonia.Base/Media/IGlyphTypeface.cs index e65a3cb6bf..9e1e52cb73 100644 --- a/src/Avalonia.Base/Media/IGlyphTypeface.cs +++ b/src/Avalonia.Base/Media/IGlyphTypeface.cs @@ -25,11 +25,13 @@ namespace Avalonia.Media FontSimulations FontSimulations { get; } /// - /// + /// Tries to get a glyph's metrics in em units. /// - /// - /// - /// + /// The glyph id. + /// The glyph metrics. + /// + /// true if an glyph's metrics was found, false otherwise. + /// bool TryGetGlyphMetrics(ushort glyph, out GlyphMetrics metrics); ///