-
Notifications
You must be signed in to change notification settings - Fork 242
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
Comments
Thanks for the heads up. I have added this entitlement and a new build will be available on TestFlight soon. |
Custom fonts are shown but not loaded properly even with the entitlement. Investigation needed. |
@EpsIotaPi Can you confirm if the latest commit fixes the issue? You can try it on TestFlight as soon as the build is available. |
Thank you for your great work! I can confirm the latest commit already fixes this issue! |
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
The text was updated successfully, but these errors were encountered: