NullGlyphRun.cs 173 B

1234567891011
  1. using Avalonia.Platform;
  2. namespace Avalonia.Benchmarks
  3. {
  4. internal class NullGlyphRun : IGlyphRunImpl
  5. {
  6. public void Dispose()
  7. {
  8. }
  9. }
  10. }