What font on iOS is closest to the MS Song font on Windows? I'm trying to create a cross platform program, but I want it to be able to format nicely so i'm looking for a similar font. Thanks in advance!
Asked
Active
Viewed 290 times
2 Answers
0
You can use any font in iOS app.
To use any font you need .TTF file.
You can get font file for MS song font from this link: MS Song Font
Click on Download button and you will get .ZIP file which contan .TXT and .TTF file
You can use this .ttf file with just two step
- Make configuration in info.plist to add this .ttf file
- Use That Added File in creating UIFont Object
To see how to do this two step in detail visit : Use custom fonts in iPhone App
0
To use this font please download its ttf file from here . Add it to the main bundle.
Check the following links and tutorials on how to add custom fonts.

Community
- 1
- 1

IronManGill
- 7,222
- 2
- 31
- 52