Friedrich von Never

Results 301 comments of Friedrich von Never

I think it's possible that our TTF files aren't the right one. Need to compare them with the latest officially published versions: maybe those include the kerning information.

We should take a look at the https://github.com/himamis/ReTeX project. It looks like its auhors have replaced the original format with something less complicated. The metrics inside `` look autogenerated.

Yes, that's right. Today WPF-Math doesn't help much with formatting whole TeX documents within WPF forms or documents. I believe that `FlowDocument` is the way to go, but I'd like...

@alexreg I don't think we need to split our project into more fragments at the moment. If we can have a decent and *non-intrusive* solution to use WPF-Math in ``...

I would very much ask you to please create a separate branch for that.

We now have all the necessary tools in 0.7.0 (mainly, the `ICommandEnvironment` interface), so it should be possible to implement in the current code base.

Alright, it wasn't completely fixed. See comment from @torfranz: >![image](https://cloud.githubusercontent.com/assets/13871318/23846930/3bd3d942-07d0-11e7-9eb6-6f2d5ec784af.png) > > Please note the blurred horizontal lines on the equal sign.

That's not a font issue, it's more of WPF aliasing / layout rendering / pixel pinning issue. You can't just "fix" it by changing a font. Also, for the record,...

[Typography](https://github.com/LayoutFarm/Typography) library may produce support for the automation here.

We don't know yet if Typography will help us with that case. Someone needs to research the situation.