0
Q
從UIFont
A
回答
3
創建一個你想要的所有字體的數組,然後使用arc4rand在索引處選取一個隨機對象作爲你的字體。
相關問題
- 1. 如何從常規UIFont創建粗體UIFont?
- 2. UIFont和Diacriticals
- 3. iOS UIFont緩存?
- 4. ios11- UIFont return nil
- 5. iPhone UIFont boldFont With name
- 6. UIFont在monououch iOS 7.0.2
- 7. UIFont fontWithName返回nil
- 8. UIFont fontWithSize:更改fontName
- 9. 設置UIFont重量
- 10. 調整UIFont大小
- 11. 什麼是UINavigationBar的UIFont?
- 12. 保存UIFont?以UserDefault Swift 3
- 13. UIFont線程安全嗎?
- 14. 快速轉換UIFont到CGFont?
- 15. UIFont不可兌換錯誤
- 16. UIFont fontName爲Bold Lucida Grande
- 17. 如何創建宏[UIFont fontWithName:size:]?
- 18. UIFont SIGABRT問題:iPhone SDK
- 19. 是什麼NSFont和UIFont
- 20. UIFont可能的尺寸
- 21. 在UIFont中使用符號
- 22. UIFont的磅值是多少?
- 23. 無法編譯UIFont類
- 24. UIFont fontWithName:居住在堆和
- 25. 將UIFont存儲爲NSDictionary?
- 26. 最大字體大小UIFont
- 27. UIFont:字體大小不同
- 28. iPhone - 將CTFont轉換爲UIFont?
- 29. 自定義UIFont for preferredFontForTextStyle
- 30. 如何將CGFontRef轉換爲UIFont?
我希望所有的字體 - 有相當多的(http://iosfonts.com)。希望有一些狡猾的方法可以從UIFont獲取一份清單。 –
UIFont有這些類方法 「familyNames:」 & 「fontNamesForFamilyName:familyName:」。這些返回的數組請求。你需要更多關於如何使用這些信息或者是足夠的嗎? – DoS
這會做到這一點 - 感謝 –