Friedrich von Never

Results 301 comments of Friedrich von Never

JFYI, folks, we are having a problem with these files in intellij-powershell, and for now I'm going to just delete them from PSScriptAnalyzer bundled into our distribution. Everything else seems...

We have made some progress on automated font metric extraction, but that's it. If you only want to change font of text and not formulas, then just use `\text{ …...

`something^{\text{ … }}` is also supposed to work, IIRC. Also, it may depend on the kind of information you want to sub/superscript, but most modern fonts have a separate set...

So far, there are no specific controls for the "system font" size. You can only change it together with the math font size, by controlling the scale of the whole...

That's essentially a duplicate of #20 I think.

According to the current information from [the lifecycle document](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework), 4.6.2 will go out of support on 2027-01-12. Quite a long time!

Well, **in case everyone Python community is aware that it's not production-ready** (I don't know about that), it's just a dead weight for this repository: you support it, build it...

Okay, I've taken a look at it, it wasn't too hard (since we now have pretty much platform-neutral rendering pipeline), and got some results. Here's the result of rendering `\sqrt...

Applying `StringFormat.Typographic` (whatever _that_ means) to `DrawString` fixed the problem.