ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
640 stars 102 forks source link

Extracted box processing method in `FormulaControl` #443

Closed Lehonti closed 1 year ago

Lehonti commented 1 year ago

This already helps us decrease some nesting levels (see ProcessBox() method), but it should get a lot better after several refactorings