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); ///