Skip to content
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

fix: Use the correct font when showing inserted text #453

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

nikclayton
Copy link
Contributor

The previous code was using a bold version of the default font for inserted text. So if the user had set a custom font it was being ignored.

Fix this by creating a bold version of the user's typeface.

Fixes #435

The previous code was using a bold version of the default font for
inserted text. So if the user had set a custom font it was being
ignored.

Fix this by creating a bold version of the user's typeface.

Fixes pachli#435
@nikclayton nikclayton merged commit 59a7673 into pachli:main Feb 16, 2024
6 checks passed
@nikclayton nikclayton deleted the 435-bold-font-in-edits branch February 16, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Green edited parts are not displayed using selected font, but system default.
1 participant