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

Overhaul text rendering #1055

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

ccrama
Copy link
Collaborator

@ccrama ccrama commented Aug 11, 2020

No description provided.

colejd and others added 4 commits August 10, 2020 22:28
NSAttributedString's method for instantiating from HTML seems to run in the background using a UIWebView. This has to run on the main thread. If it does not, it will eventually lead to a SIGTRAP; in our case, it's when you background the app. We're instead going to keep using DTCoreText.
@ccrama ccrama marked this pull request as draft August 11, 2020 02:54
@colejd colejd changed the title Feature/colejd/overhaul text rendering Overhaul text rendering Aug 17, 2020
@colejd colejd self-assigned this Aug 17, 2020
@ccrama ccrama force-pushed the feature/colejd/overhaul-text-rendering branch from 854edb9 to 9fdde50 Compare February 14, 2021 03:14
@colejd colejd removed their assignment Jan 27, 2023
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.

None yet

2 participants