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 ...