-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAJOR BUG FIX - We were not loading font metrics when loading a font …
…via the builder. Instead we were silently using the font metrics of the fallback font. This would often produce acceptable results and thus was not discovered until now. The bad part of this fix is that all the text visual regression tests are now failing as they were affected by using the wrong font metrics and are therefore a pixel or so out. IMPORTANT: This fix needs to be merged with the main branch regardless of whether this branch itself is merged in entirety.
- Loading branch information
Showing
2 changed files
with
21 additions
and
5 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