![EmuCR: Cen64 EmuCR: Cen64](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiYOqJH8lMAcP635jFiWsXP7mSKRFKXk5r49Mxj7d8fwDxhs0WvnPMt6THELGr9zlh2sj5CWjPcbF3WR8Y8i1IgcjnSvMKw35iaIb0bNk5GFevFTAHYZJHV9pk5dB-oeY_PooGb07uVro/s1600/1.png)
CEN64-Qt Git Changelog:
* Merge pull request #2 from pinotree/log-font
Improve setting the monospaced font in the log dialog
* Stop defining OS_LINUX_OR_BSD
It is no more needed now.
* Fix monospaced font in log dialog
When using Qt >= 5.2, query QFontDatabase for the default monospaced
font, which will depend on the actual platform.
On previous versions (including Qt 4), build a font using only the
"Monospace" name, with the right hint for requesting something
"monospaced" -- even if the platform does not have a font named that
way (e.g. on Windows), Qt's font matching algo will try to find a font
fitting the typewriter request.
Also, do not hardcode a size, as either what QFontDatabase returns
or the QFont constructor will provide the default size on the platform.
Download: CEN64-Qt Git (2015/10/29) for Windows
Source: Here
0 Comments
Post a Comment