Fonts on iOS device

后端 未结 6 1227
醉酒成梦
醉酒成梦 2020-12-13 09:13

I\'ve read the available font families by [UIFont familyNames], but I\'ve got various lists on different devices (but with the same iOS version). Can somebody tell me, if th

6条回答
  •  一整个雨季
    2020-12-13 09:43

    I believe those are only the fonts shipped with iOS. Any Custom fonts you need to find the respective .otf or .ttf files & include that file in your project resource.

    Am saying this because, I wanted to use HelveticaNeue-UltraLight font. Its listed in iOS & you see this font option in Xcode. But upon selecting nothing happens. For this to work I had to do the above & put in HelveticaNeue-UltraLight font file.

提交回复
热议问题