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
634 stars 100 forks source link

Collections (arrays, dictionaries) used in `DefaultTextFont` and `DefaultTexFontParser` now use read-only interfaces #458

Closed Lehonti closed 10 months ago

Lehonti commented 10 months ago

They are never modified after their creation, but read-only interfaces make it clearer.

I also simplified some code in other ways, like removing unnecessary constructor bodies.