Friedrich von Never

Results 297 comments of Friedrich von Never

I think that addition of the alternate render engines will be the next big thing that we'll implement in WPF-Math. So, yeah, we have such plans.

Okay, for now we have _somewhat_ independent [`IElementRenderer`](https://github.com/ForNeVeR/wpf-math/blob/03a0f254a83b973728dbd94e3693df4def4b4b28/src/WpfMath/Rendering/IElementRenderer.cs) interface (except for usage of `GlyphRun` type for text rendering; we'll need to abstract it). It should help in development of alternate...

I see this as another (very viable!) alternative to some of these tasks (e.g. Avalonia and UWP support). We'd still need support for alternate frameworks, though having the new renderer...

Because then we'll have to write an abstraction layer from MAUI to everything. And I _bet_ somebody will blame MAUI font antialiasing and say that the "native" one for their...

Currently, I see the future of WPF-Math as this (sorry for crappy graphics): ![image](https://user-images.githubusercontent.com/92793/117839799-c20e5800-b2a5-11eb-9a0b-3cfbe53966af.png) I.e. we may have various renderers, including MAUI.Graphics (but by no means limited to it), and...

> SVG is the most interesting thing here as that is a case that Maui.Graphics would probably not support. So maybe an intermediate format would be needed: > > ```fsharp...

When talking about something "crashing" (an exception thrown perhaps?), it's always useful to provide a stack trace. > _ command is also not working Is it even a command? Could...

I was able to reproduce the issue. We have no commands `\textunderscore` or `\_`, and there's a reason for that: turns out that the Computer Modern font we use doesn't...

Answering to your other question, > is there a way to add a certain library so the control could support such commands ? We are considering making WPF-Math user-extendable, but...

Ping from #267. We've done a good work on colors and matrices, but definitely should add more documentation on the supported symbols and predefined formulas.