Linked Questions
97 questions linked to/from Can I embed a custom font in an iPhone application?
24 votes
3 answers
32k views
How can we use custom font in an iOS app? [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? How can I customize font in my iPhone app? Is it possible? How can I use this custom font in a UILabel? I am trying to add ...
16 votes
1 answer
19k views
Using custom fonts in Xcode 6 - Swift [duplicate]
I'm new to Swift! I'd like to know how I can use custom fonts in my swift application in Xcode 6.
4 votes
2 answers
8k views
How to use custom font in iOS Apps? [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? Hi I would like to use myanmar font in my native iOS Apps. However i don't know how to use that font. Font name is Zawgyi....
0 votes
2 answers
18k views
how can I import new font in xcode using during project [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? hi! everyone, i have a problem I need to insert new font named Apple LiGothic Medium in xcode so that I can use it in my ...
5 votes
1 answer
25k views
iOS Custom Fonts [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? I am creating a label and I need it to use a custom font, or Tahoma. I installed the custom font on my Mac and in IB, when I ...
1 vote
1 answer
7k views
how to use custom font for uilabel [duplicate]
hi i am using custom font xcode 5. its font family name is "Alegre Sans" i follow many tutorials online of using custom font in xcode. I have include custom font file name "alegre.ttf" in xcode ...
2 votes
3 answers
4k views
how set custom font for whole all labels in a view? [duplicate]
I would like to set custom font for my complete view I have referred the following How do I set a custom font for the whole application? But this suggests only font type and font size for the ...
2 votes
4 answers
3k views
How do I add a custom font to my app? [duplicate]
Edit: I figured it out! Answer is posted below. Thanks JSD! I must be missing something because I thought this was a fairly simple process. I have already copied the font over to my project folder. ...
0 votes
3 answers
3k views
How to Import the Font in xcode for Iphone Application [duplicate]
I am import the font in my app folder. Then i added font in info.plist file. Like..... Fonts provided by application--->add two font. Then set the font to title.After create the UILabel to set the ...
0 votes
2 answers
3k views
How to set Custom Font to UILabel [duplicate]
Iam setting custom font to UILabel dynamically through programatically but in Attributes Inspector the custom Font name is not showing . Thanks in advance!
2 votes
4 answers
2k views
Custom fonts in iOS app [duplicate]
I'm trying to add a new font to my iOS app. I've followed the following steps : Add my font file to my "res" folder Add my full font name to my plist file Add a UILabel subclass with the following ...
1 vote
1 answer
1k views
iOS custom font issue [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? I am stuck in the following problem: I have to use the following font: Helvetica Neue LT Pro . Medium condensed and Bold ...
2 votes
1 answer
881 views
Xcode : How To Customize Text Field Font With My Own TTF Font? [duplicate]
I have a simple question : how to add / import my TTF font into Xcode so that it can be seen on 'Attributes Inspector' custom font list, so that it can be used on any components (text field, button, ...
0 votes
1 answer
232 views
Set my own font in my app iphone sdk [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? I'd like to put a text in my app with a special font but I don't know how to do it ? Someone could explain me or have a ...
-1 votes
3 answers
150 views
How to format fonts in swift properly? [duplicate]
For some reason, I can't seem to get the font I want displayed on the simulator. foodfinderLabel.font = UIFont (name: "HelveticaNeue-Bold", size: 50) The above code returns what you would expect it ...
1 vote
0 answers
132 views
Get Font from resources in Objective-C [duplicate]
Possible Duplicate: Can I embed a custom font in an iPhone application? can I set font file into resources of program and after that use this font in iPhone? Thanks.
0 votes
0 answers
78 views
Custom fonts in IOS showing on simulator but not on device [duplicate]
I've added custom fonts to my xcode project and they show up just fine when I run the app in the simulator but when I run it on my iPhone they don't show up. This is the code in my AppDelegate.m file ...
0 votes
2 answers
65 views
How to Set A custum Font to Label in iOS? [duplicate]
i am Newbie in iOS Development. I want to set a custom font to my Label. For that, I add my Font.ttf file in my project and add it to info.plist File "Fonts provided by application" My Font Name. Also ...
40 votes
11 answers
54k views
Adding custom fonts to iOS app finding their real names
I have two fonts to add in my app for using. Here is the font images. Currently the files are named as name.font = [UIFont fontWithName:@"Helvetica Neue LT Pro-Medium" size:10]; headline.font ...
30 votes
7 answers
27k views
Has anyone had success using custom otf fonts on the iPhone?
It looks like there a few working solutions for using custom true type fonts (ttf) on the iPhone, most notably Can I embed a custom font in an iPhone application? However, this method does not ...
39 votes
5 answers
58k views
Swift Custom Fonts Xcode
I am creating a game in Xcode (Version 7.0 Beta) using Swift, and I would like to display the label "Game Over" at the end of the game in the font "gameOver.ttf". I have added the font to my resources ...
31 votes
6 answers
24k views
UIFont fontWithName returns nil
In my info.plist, I added a key "Fonts provided by application" and added EdwardianScriptITCStd.otf But, when I try to get that font, it returns nil: NSLog(@"%@", [UIFont fontWithName:@"...
23 votes
6 answers
35k views
Custom Fonts in Xcode 5
How would you add a custom font in Xcode 5 and how would you change every label in the project to that font? Because I've heard you can only do this programmatically?
32 votes
7 answers
18k views
Can I embed a custom font in a bundle and access it from an ios framework?
I'm creating an ios framework with its bundle for packaging ressources (nib, images, fonts) and I'm trying to embed a custom font in the bundle but I'm not able to load it from the framework, is it ...
18 votes
10 answers
19k views
Strike-through font in objective C
How can I use strike-through font in objective C??? More specifically in UITableViewCell cell.textLabel.text = name; cell.detailTextLabel.text = quantity ; cell.XXX = ??
12 votes
3 answers
17k views
Issues with setting some different font for UILabel
I would like to set the font size and familyname to the titleLabel. //Helvetica Neue UltraLight [titleLabel setFont:[UIFont fontWithName:@"Helvetica Neue UltraLight" size:25.0f]]; This is not ...
5 votes
6 answers
24k views
Custom Fonts Xcode 4.3
I'm trying to use this font in my project but it won't work. I added the .ttf file in my project and added its name in the MyApp-Info.plist under the key: Fonts provided by application. Then I tried ...
7 votes
4 answers
23k views
iPhone Development: how to use custom fonts?
I used a special font in my photoshop design, is it possible to use these fonts natively in the iphone app? or do I need to convert them into an image first? If this is the only way to do it, what ...
18 votes
2 answers
26k views
How to add custom fonts to an iPhone app?
What must I do to get an UIFont object with a custom font? I remember there was also something going on in the Info.plist file. What font file formats are supported?
12 votes
2 answers
15k views
Using a UIWebView, can I use a custom font?
I've seen all the talk on the web about the difficulty of using a custom font in iPhone OS. Is it possible, to load a font from within my bundle into the UIWebView component? EDIT: I saw it in the ...
15 votes
5 answers
10k views
Is it possible to alter the letter-spacing/kerning of a font with Cocoa Touch?
I've been scouring the Internet for a while now for information on how one can alter the letter-spacing/kerning of a font within UIKit. My fear is, that like using your own custom fonts, you simply ...
9 votes
3 answers
14k views
UITextField font style not changing
I have the following problem - I want to change the UITextField font to a custom one. I am using this line of code: textField.font = [UIFont fontWithName:@"fontname.ttf" size:20]; I want to use this ...
15 votes
1 answer
4k views
Why are UIFont and CGFont/CTFont separated completely?
I was trying to draw some text with a downloaded font. I looked at API documentation and searched the Web. I found a solution, but the problem is that it's applicable to only the CoreGraphics level ...
6 votes
4 answers
10k views
Using fonts that aren't on iPhone
I'd like to use some fonts that aren't part of the iPhone OS. I've seen games that use non standard fonts. I can install the fonts, create images for each one in Photoshop and then use those images ...
7 votes
3 answers
28k views
Default list of fonts which supports android,ios and blackberry operating systems
Scenario We are group of friends whom developing the applications for android, blackberry and ios operating systems, we are in need to implement the font family changes in our application. What I ...
3 votes
4 answers
4k views
iOS Custom Fonts don't show up on device
I've combed SO for similar problems, and most of them seem to tell me that I've probably forgotten to add the font into the copy resources build phase. I've also made sure that both fonts are part of ...
5 votes
1 answer
6k views
Custom font in iPhone
I'm new in iphone themes develop, and i want to know how to use custom TTF or OTF fonts on iphone, like one font type for phone pad, other for messages, etc... Can help me?
1 vote
2 answers
1k views
Monotouch bundle font with binary
If we went and bought a font for use in our app, is it possible to bundle the font and use it inside the app? We're creating apps that need to generate buttons on the fly and need to use a specific ...
8 votes
3 answers
7k views
iPhone SDK 3.2 and UIAppFonts
I've added my custom font to UIAppFonts and it's loaded just fine: (shows up in [UIFont familyNames] ). When I manually set the font in viewDidLoad { [myLabel setFont: [UIFont fontWithName:@"...
4 votes
2 answers
6k views
how to use custom font in html pages for UIWebView?
I am having the "Futura.ttf" font file. I am displaying a HTML page in the UIWebView, but my requirement is that i want to use the custom font in my css file. so is there any way that i can use the ...
4 votes
3 answers
1k views
How do I call the original function from the overloaded function in a category?
In Objective-C, I have a category for a class: @interface UILabel(CustomInit) - (id)initWithCoder:(NSCoder *)coder; @end What I'm doing is writing a custom init function that does some extra stuff, ...
12 votes
3 answers
2k views
Custom transition animation unknown delay between animationControllerForPresentedController and animateTransition
My aim is to make smooth animation started in the first view controller and end in the second view controller. I'm experimenting with transition animation using object that conform to ...
5 votes
2 answers
3k views
Load TTF font from external path
I was wondering that how to load a TTF font from a absolute file path, not relative, which is usually done with [UIFont fontWithName:@"xyz"]; In cocos2d we can do it by using CCLabelBMFont that takes ...
2 votes
2 answers
2k views
Xcode Custom Fonts Not Simulating
I've seen that this question has already been asked but none of the previous answers have solved my problem. I have carefully followed multiple tutorials to adding custom fonts to an xcode project so ...
4 votes
2 answers
5k views
UILabel with custom font displays *wrong* custom font
I'm using this method to embed custom fonts in my iPhone app. The embedding works: When I run the following code, the fonts are listed. (Currently, I'm embedding all family members of Myriad Pro in ...
3 votes
2 answers
7k views
How to use custom font "Montserrat" in iOS 7?
I'm developing an application and I have to use a custom Font Family Name : Montserrat in my app.So can anyone help me how to do this? Font Family Name : Montserrat
4 votes
1 answer
7k views
uilabel custom font?
I searched for a way to add my custom font to iphone app and I was successful in some cases. but in my case I want to import "Helvetica Condensed Black" which in the Helvetica family but it is neither ...
5 votes
2 answers
2k views
Name of non-system font in iPhone
I want to add a non-system font to my iPhone/iPad app. I have added the font file to the project and also added the font to the UIAppFonts property of the info.plist. To load the font I'm using ...
3 votes
1 answer
2k views
App hangs in simulator
Question I upgraded my project to Swift 3.0, but after the update the app won't run on the simulator. It doesn't crash, but simply freeze. I investigated the issue and saw the the apps hangs on the ...
3 votes
3 answers
2k views
Use custom font
How to use custom font?(font that doesn't exist in iphone)