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

Bridge CTFontRef directly to UIFont #8

Merged
merged 2 commits into from
Oct 26, 2019

Conversation

dirtmelon
Copy link
Contributor

When building with Xcode 11 and iOS 13, if you set the font through this approach:

self.indexView.font = [UIFont systemFontOfSize:13];
self.indexView.selectedItemFont = [UIFont systemFontOfSize:40 weight:UIFontWeightBold];

It will use Times New Roman Font to display, not SF Font.
So we should bridge CTFontRef directly to avoid this problem.
References:
TextureGroup/Texture#1579
TextureGroup/Texture#1701

@matthewfx matthewfx merged commit b87a895 into matthewfx:master Oct 26, 2019
@nikmun
Copy link

nikmun commented Oct 31, 2019

When will the next release will be live with the solution of this bug?

@matthewfx
Copy link
Owner

matthewfx commented Oct 31, 2019 via email

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.

3 participants