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
641 stars 102 forks source link

`WpfBrushFactory`: make more private #359

Closed ForNeVeR closed 1 year ago

ForNeVeR commented 1 year ago

Currently, WpfBrushFactory::Instance is a public writable field, and it has a public constructor.

I would not like to expose any public API without a clear need, so this should be changed.

Look for TODO[#359] in the code to find the places to fix.