On Monday, 14 December 2015 18:45:40 CET, Luke Dashjr wrote:
We have been struggling with getting a usable fixed-width font in Bitcoin Core for its debug window (this is a tool for non-end users). I would like to possibly use Trojita's systemMonospaceFont Qt4 fallback code for this; however, Bitcoin Core is MIT-licensed, while Trojita is GPL. Would the author(s) of this code be willing to offer it under the MIT license so I can propose it for Bitcoin Core?
Seems that nobody but me contributed any code in there, and the code is pretty starightforward anyway. Yeah, you can use UiUtils::systemMonospaceFont() from src/Gui/Util.cpp under the terms of the MIT license. Please use "Jan Kundrát <[email protected]>" as the author's name/mail.
Just FYI, upstream support for Qt4 ended at the end of 2015, and Qt5.2+ has a nice one-liner, QFontDatabase::systemFont(QFontDatabase::FixedFont).
Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/
