Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6852241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:20:50+00:00 2026-05-27T01:20:50+00:00

In my application i need to display arabic text with different custom fonts. I

  • 0

In my application i need to display arabic text with different custom fonts. I follow the scenario adding ttf files to info.plist.

As per above scenario i am successfully getting display text in different font style for ENGLISH text only. I am doing same thing for arabic font styles but here i am not getting. Why is going like that?

Please any one can help me

Thanks in Advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:20:51+00:00Added an answer on May 27, 2026 at 1:20 am

    @Kareem , I took hint from Stackoverflow itself to load the fonts but could not get it working in first go. May be following steps can help you .

    1. Add the font files to your project.
    2. Make their entries in info.plist file

      such as enter image description here

    3. you can now implement some method that loads your font somewhere in
      application delegate
      like

      -(UIFont*) CustomFontWithSize:(float)size{

          UIFont* customFont = [UIFont fontWithName:@"FX_Masa" size:size];
      
          if(customFont == nil)
              customFont = [UIFont systemFontOfSize:size];
      
          return customFont;
      }
      

    If you notice then the name I have passes here is “FX_MASA” and not FX_MasaRegular , this was the point where I was wrong. The name that we need to use while fetching the font is the INSTALL NAME (Double click on the font to install the font on system and the name that appears in Font Book is the install name).

    enter image description here

    Hope this helps your problem as well. In case you come across any good method, please update here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to display an english double in arabic numerical characters for an application
I need to display text in an iPhone application, something like the way a
I need advice on how to have my C# console application display text to
In my application I need to display a list of records returned by different
I need to modify an existing Java application to display some (static) text in
We need to display JBoss log files from within our web application. Is it
I would like to display Arabic text in my Android application. I am developing
i am developing one application with map view i need display the weather depends
I need to display an error message on rejecting a drop in my application.
I'm developing a simple web application where in I need to display number a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.