dariomanesku/cmftStudio

[Windows] The font is being rendered incorrectly when application window is maximized

vanderlokken opened this issue · 3 comments

The screenshot attached below is made on Windows 8 with maximized application window. In non-maximized state everything's OK.
cmftstudio

What is your screen resolution? How does it behave on other render backends (dx9/dx11/ogl) ?
To check the current renderer backed, press 'F1'. To change it, open cmftStudio.conf, change the option there and start cmftStudio again.

My screen resolution is 1920x1080. Previous screenshot was made with DX9 backend. With DX11 backend the application crashes during loading. With OpenGL backend the font becomes blurry.
Normal window state (OpenGL):
cmft_ogl_normal
Maximized window state (OpenGL):
cmft_ogl_maximized

This is due to scaling that applied to the UI when it's not drawn at 'default' resolution. It is what it is, I won't address this.