MicroTeX icon indicating copy to clipboard operation
MicroTeX copied to clipboard

Inconsistent rendering results

Open PikachuHy opened this issue 4 years ago • 2 comments
trafficstars

When I use Qt, I meet

render_bug

Sometimes the rendered result is the lower part of the picture.

I guess there is something that affects the calculation of the spacing.

PikachuHy avatar May 04 '21 14:05 PikachuHy

That seems the context state was changed incorrectly, I'll fix it soon.

NanoMichael avatar May 07 '21 03:05 NanoMichael

Modify setPointSizeF in Font_qt to setPixelSize, or add QApplication::setAttribute(Qt::AA_EnableHighDpiScaling) in qt_main.cpp;

jun-zhang avatar Aug 12 '21 09:08 jun-zhang