Question

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!

Was it helpful?

Solution

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

  1. Make configuration in info.plist to add this .ttf file
  2. 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

OTHER TIPS

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.

Custom Fonts Tutorial

How to use custom fonts in iPhone SDK?

Can I embed a custom font in an iPhone application?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top