0

Hi i want to view Telugu font in my iPhone i have used the local HTML file to display the Telugu font so i have copied the some Telugu font using Google translator but its not showing. But i have seen some solutions for the Tamil font in this link in same is there any way to display Telugu font in the local HTML.

Its showing like this.

enter image description here

Thanks...

Community
  • 1
  • 1
user3349668
  • 147
  • 2
  • 11

2 Answers2

0

Before display any custom font that is not supported in iPhone, you need to add this font to ios.

You need to add your Font to yourApp-Info.plist. This answer will help you to do so.

Community
  • 1
  • 1
Rashad
  • 11,057
  • 4
  • 45
  • 73
0

You have to add custom fonts in your project before you use them.

This includes following steps:

  1. Include your fonts in your XCode project
  2. Make sure that they’re included in the target
  3. Double check that your fonts are included as Resources in your bundle
  4. Include your iOS custom fonts in your application plist
  5. Find the name of the font
  6. Use UIFont and specify the name of the font

Moreover refer to this answers on stackoverflow

iOS-Custom Font setting with Fonts specs

Community
  • 1
  • 1
iAhmed
  • 6,556
  • 2
  • 25
  • 31