forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qt: Fix some font weight related issues (#4131)
* qt: Add missing -font-family overridden check * qt: Add missing `QFont::ExtraBold` * qt: Remove settings depencency from GUIUtil::loadFonts and load earlier * qt: Modify supportedWeightToIndex Return -1 in case of failure * qt: Add GUIUtil::isSupportedWeight * qt: Make sure there are always supported weights in the settings * qt: Add "supported defaults" + store weights based on font family * qt: Use supported defaults in update weight sliders * qt: Use supported defaults when updating weight sliders * qt: Fix tests
- Loading branch information
1 parent
b4a0d01
commit b3c6d09
Showing
7 changed files
with
156 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.