Questions tagged [uifontpickerviewcontroller]

3 questions
7
votes
1 answer

How to get font style name from UIFont in Swift 5.1?

I need to write a custom font picker view in my ios project. when user click on font family name, i need to display fonts which are in particular family, i used name as particular text style in the family name. I couldn't find the standard way to…
1
vote
1 answer

WKWebView doesn't show fonts installed by font provider apps

Since iOS 13, apps can make use of a new Fonts entitlement, with a sub option 'Use Installed Fonts' to use custom fonts installed by special font provider apps. These apps make use of the same entitlement, but with sub option 'Install Fonts'.…
Ely
  • 8,259
  • 1
  • 54
  • 67
1
vote
1 answer

Does UIFontPickerViewController work in Catalyst?

UIFontPickerViewController works fine in iOS but does not show up in Catalyst. No any errors in console. Just does not appear. UIFontPickerViewController is marked in Apple documentation as related to Mac Catalyst 13.0+, so, I believe, it must work.…