using System; using Avalonia.Metadata; namespace Avalonia.Platform { /// /// Actual implementation of a glyph run that stores platform dependent resources. /// [Unstable] public interface IGlyphRunImpl : IDisposable { } }