i'm trying to use a custom .otf font to my application, but don't work, i have tried the .ttf font and work, but the .otf don't, anyone can help me? there is a way to add .otf font? i read a lot of guide to add font, but for the .otf don't work, this is the font:
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
You need to ensure that you are using the correct name with fonts. It's tricky. Try to open the font with fontbook in mac, or the equivalent in windows. On a mac, when you open the font in fontbook, you should be able to see the exact name under "PostScript name":
Then, assuming that you have properly added the font to your project, you should attempt to use it. For example, if you have a
*myTextField
pointer to aUITextField
, and you want to use DIN-Medium 13pt you may set your custom font like so: