FoggyFinder

Results 101 comments of FoggyFinder

@stephan-tolksdorf This will allow readers to save the file as a .pdf (or .mobi or .epub) and read at a convenient time for them, even offline. In addition it will...

Dunno. I can easily imagine number of tags near 30-40. And I suppose I will put there some additional info about count of article in this category as well as...

I'll can try to do it tomorrow

@fue-medatixx https://github.com/AvaloniaUI/Avalonia/issues/8413#issuecomment-1169728659

@charlesroddie Thank you, I know about [MathNet.Symbolics](https://github.com/mathnet/mathnet-symbolics) but its capabilities are rather limited. I'm totally agree with you - F# would be good choice to do it.

> I get error: the type 'UIElement' is defined in an assembly that is not referenced. You must add a reference to assembly 'PresentationCore' Well, cause you have to add...

you could try something like this: ```cs var style = new Style { TargetType = typeof(FormulaControl) }; style.Setters.Add(new Setter(TextOptions.TextRenderingModeProperty, TextRenderingMode.ClearType)); style.Setters.Add(new Setter(TextOptions.TextHintingModeProperty, TextHintingMode.Fixed)); style.Setters.Add(new Setter(TextOptions.TextFormattingModeProperty, TextFormattingMode.Display)); var formulaControl = new...

Perhaps. Why can't you experiment with code in a bit and find it out?