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

Converted `string.Format` to interpolated string #463

Closed Lehonti closed 1 year ago

Lehonti commented 1 year ago

Also, removed unnecessary dictionary lookup in DefaultTexFontParser.cs, in GetDefaultTextStyleMappings(). Notice that the variable just below the one that was deleted accesses the exact same value.