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

The custom font cannot be loaded by UIFontPickerViewController. #1004

Closed
EpsIotaPi opened this issue Jan 29, 2024 · 5 comments
Closed

The custom font cannot be loaded by UIFontPickerViewController. #1004

EpsIotaPi opened this issue Jan 29, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@EpsIotaPi
Copy link

For example, I installed Monaco by other font app, however, The Code App's UIFontPickerViewController can't found it.

I think UIFontPickerViewController only provides system font by default. The following step may fix this problem:
Add Fonts capability in iOS app’s target, and select Use Installed Fonts.

Please see the following article: https://developer.apple.com/documentation/xcode/configuring-custom-fonts

@bummoblizard bummoblizard added the bug Something isn't working label Jan 29, 2024
@EpsIotaPi
Copy link
Author

#527 #804

bummoblizard added a commit to bummoblizard/codeapp that referenced this issue Jan 29, 2024
@bummoblizard
Copy link
Member

Thanks for the heads up. I have added this entitlement and a new build will be available on TestFlight soon.

@bummoblizard
Copy link
Member

Custom fonts are shown but not loaded properly even with the entitlement. Investigation needed.

@bummoblizard
Copy link
Member

@EpsIotaPi Can you confirm if the latest commit fixes the issue? You can try it on TestFlight as soon as the build is available.

bummoblizard added a commit that referenced this issue Feb 8, 2024
@EpsIotaPi
Copy link
Author

Thank you for your great work! I can confirm the latest commit already fixes this issue!

@github-project-automation github-project-automation bot moved this from In Progress to Done in General Code App Improvements Feb 24, 2024
This was referenced Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants