VisualMelon

Results 435 comments of VisualMelon

Thanks for the comments on what must look a complete mess at the moment. I'll probably next implement your suggestions about abstracting out the 'basic' measurement stuff (so we don't...

Recent changes: - Moved `ArrangeText` into it's own class - Moved text-trimming into its own class which implements ellipsises - Broke Winforms somewhat (can't seem to get `GetFontMetrics` right, any...

Refitting done, so `ImageRenderContext`, `SvgRenderContext`, and `SkiaRenderContext` shouldn't change any more. @jonarw all else aside, does the interface to `TextArranger` look half-sane? We could go further and extract `ITextWriter` from...

Fixed WinForms. I think that means everything is working as I understand it should. I've not StyleCop'd this, but I'm going to open for review because there is nothing else...

@Jonarw thanks. I'll eagerly await your feedback, and perhaps put my efforts into #1516 It also adapts the built-in SVG renderer, which now depends on an `ITextMeasurer` rather than a...

Added more tests and found a bug. Is this enough labels?

Refitted WPF in [another branch](https://github.com/VisualMelon/oxyplot/tree/WpfRefit). The only issue was the handling of the default font family being deferred to `TextBlock` which had to be changed. (If you ignore that all...

I believe I've addressed everything except moving the `TextArranger` property to `RenderContextBase`. A few ways of doing this come to mind: 1. Just move it there (and maybe the `MeasureText`...

The latest set of commits include the WPF refit, which is why the tests are failing. I believe these are all a consequence of the change in the how text...