User Tag List

Results 1 to 4 of 4

Thread: Is it possible to change font inside Xcode?

  1. #1
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleMac Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2012
    Posts
    353
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    Is it possible to change font inside Xcode?

    Is it possible to change font inside Xcode? I have a .MFA that in windows is Times New Roman, but in Mac it shows Arial

  2. #2
    Clicker Fusion 2.5Fusion 2.5 MacFusion 2.5+ DLCiOS Export ModuleMac Export Module
    Cobra's Avatar
    Join Date
    Oct 2009
    Location
    Australia
    Posts
    100
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't think you can change it in Xcode itself, but fonts for Mac exported apps are strange. Back when we could use the bug tracker I reported how they don't align up to the same vertical position as they do in the preview, Windows exports or even iOS exports.

  3. #3
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleMac Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2012
    Posts
    353
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Cobra View Post
    Don't think you can change it in Xcode itself, but fonts for Mac exported apps are strange. Back when we could use the bug tracker I reported how they don't align up to the same vertical position as they do in the preview, Windows exports or even iOS exports.
    I think I reported this and Yves fixed some time ago. The problem I'm having is that I have font stucked somewhere in my mfa file that in Windows it shows Times New Roman, and in Mac it always shows Arial. Really strange stuff.

  4. #4
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    tk22's Avatar
    Join Date
    Dec 2014
    Posts
    149
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Have you tried adding the font that you want to show up in your xcode resources?

    1. Use the custom TrueType Font as you normally would within your Windows environment
    2. Build your project to export to iOS
    3. On the Mac, add the TTF file into your Resources directory like you would any other resource with Copy selected
    4. Open your app's AppName-Info.plist file in the Resources directory
    5. Add a Rownamed UIAppFonts of type Array (it should default to this)
    6. This will now show up as Fonts provided by application
    7. Enter the full filename of your font e.g. SomeFont_Bold.ttf
    8. Build and run ... you should be golden

    note if did not work: select font from under resources on the left side then choose the app as target memeber from left side (you can do that when adding font too)
    I have done this before and it worked for me. Maybe try it and see if it helps?

Similar Threads

  1. Active System Box Font change
    By StingRay in forum Fusion 2.5
    Replies: 5
    Last Post: 18th March 2020, 09:38 AM
  2. Fusion 2.5+ Strings Cannot Change Font
    By Chrisual in forum Fusion 2.5
    Replies: 7
    Last Post: 21st November 2019, 02:32 PM
  3. Replies: 3
    Last Post: 9th July 2019, 01:36 PM
  4. Change the font of a menu bar?
    By Denine in forum Fusion 2.5
    Replies: 2
    Last Post: 2nd July 2018, 07:40 PM
  5. Change App Resolution afterwards in xcode?
    By StingRay in forum iOS Export Module 2.5
    Replies: 1
    Last Post: 23rd October 2015, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •