-
Notifications
You must be signed in to change notification settings - Fork 3k
Cleanup several aspects of tech debt around graphics and font management #30665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
cbjeukendrup
merged 23 commits into
musescore:master
from
mike-spa:cleanupTechDebtAroundGraphicsAndFonts
Nov 6, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2cbf2bb
Remove use of FreeType from QFontProvider
mike-spa c0bc395
Remove DPI_F
mike-spa 5e563aa
Bypass the FontProviderDispatcher and use only Qt for everything
mike-spa 3a63244
Increase resolution to 1200 DPI
mike-spa 4f2de1b
Fix insane hack for brace drawing
mike-spa 5bf7559
Remove symBBox and symAdvance methods from FontProvider
mike-spa aa8086c
Fix QFontProvider::inFontUcs4
mike-spa 7da7381
Fix error in accidental layout
mike-spa c47a6eb
Remove SPATIUM20 variable
mike-spa 07e6c92
Remove drawTextWorkaround
mike-spa b99b143
Remove draw method from TextBase class
mike-spa 8dac341
Generalize all font metrics function to char32_t
mike-spa 95c1b96
Fix chord symbol compatibility
miiizen fb3f8ca
Code review fixes and further cleanup
mike-spa 5d1f68b
Remove MScore::pixelRatio
mike-spa 90223a8
Set internal unit to 1/100 of millimetre
mike-spa d7cc02e
Code review fixes
mike-spa a65d3c3
Fix default smufl font size
mike-spa 59aac2a
Revert resolution back to 1200 DPI
mike-spa b5292c2
Use real vector calculations for boundingRect of music glyphs
mike-spa abf3ecc
Update vtests
mike-spa 1c9cc08
Fix utests
mike-spa cc211b6
Style::defaultSpatium optimazation
mike-spa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ composer ,composer | |
| #a ,piano | ||
|
|
||
| a >/l#d4 .8"?8.8?8;8?_8? | ||
| b "8"?,8?>k.8.?#0-v<K | ||
| b "8"?,8?">k.8.?#0-v<K | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.