Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
9k views

How to change an UILabel/UIFont's letter spacing?

I've searched loads already and couldn't find an answer. I have a normal UILabel, defined this way: UILabel *totalColors = [[[UILabel alloc] initWithFrame:CGRectMake(5, 7, 120, 69)] ...
6
votes
2answers
641 views

Custom installed font not displayed correctly in UILabel

I'm trying to use a Helvetica Neue Condensed font which I got from the Adobe Font Collection Pro Package. Unfortunately, it seems to draw incorrectly when I use it within a UILabel. The line height ...
6
votes
1answer
881 views

Adding multiple fonts to UIAppFonts overrides each other

I'm trying to add some custom fonts to an iPhone app through UIAppFonts in Info.plist. I can reach both fontnames by code, i.e. MyFont-Bold and MyFont-Medium. My problem is that the last font in ...
6
votes
3answers
5k 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 ...
5
votes
1answer
4k views

UIFont - changing color

I've searched the web and I can't get a good answer, although I'm sure this is very simple. Can someone please show me how to do the following: Make a UIFont of name "Helvetica-Bold", size 8.0, and ...
5
votes
1answer
956 views

How can I recreate this iOS font that has a shadow?

In the iOS clock app, the font in the table view cells has a slight shadow to it which gives the effect that the text is engraved.... How can I recreate that font with the engraved look? Thanks in ...
5
votes
3answers
17k views

Setting UILabel - Font through code - generates error - iPhone

See following code carefully. Because it works perfectly. Try to add in your application. it will work - (void)viewDidLoad { [super viewDidLoad]; // title label - tip UILabel *tmp=[[UILabel alloc] ...
4
votes
1answer
220 views

Why is UIFont sizeWithFont including blank space in its calculation?

I am setting a UILabels frame based on what is returned by UIFont sizeWithFont but for whatever reason when i use a custom font, the values that are returned include some padding as seen below. When ...
4
votes
4answers
1k views

Custom Font in ios not working

I want to use HelveticaNeue-UltraLight in my ios application. I'm adding the font file as a resource to my project and adding the "Fonts provided by application" key in the plist file. The file name ...
4
votes
1answer
203 views

Can I preload custom fonts on iPhone to improve performance?

I've added the UIAppFonts entry on my info.plist to enable custom ttf fonts, it works fine. However when using the font there's also a delay in the UIView the first time it's called, is there a way ...
4
votes
4answers
2k views

memory leak on iPhone iOS4?

I have function for adding UILabel to my view: UILabel* AddLabel(UIView* view,CGRect labelRect, UIStyle* labelStyle, NSString* labelText) { UILabel* label = [[[UILabel alloc] ...
3
votes
1answer
183 views

UILabel Letters being cut off

I am trying to use a special character in the UILabel. But it is chopping off the labels. I put in a red background to show where the edge of the label is. Any reason why this may be happening? I have ...
3
votes
1answer
975 views

Why are UIFont and CGFont/CTFont separated completely?

I was trying to draw some text with downloaded font. I looked at API and searched web. I found solution, but the problem is it's applicable to only CoreGraphics level framework. So I searched a way to ...
3
votes
1answer
196 views

UItableview scrolling problem when using tamil text

When I trying to display tamil characters in my UITableview I can't able to smoothly scroll the tableview but if I replace tamil characters with english characters there is no problem in scrolling. ...
3
votes
4answers
7k views

How do I set bold and italic on UILabel of iPhone/iPad?

How do I set bold and italic on UILabel of iPhone/iPad? I searched the forum but nothing helped me. Could anyone help me?
3
votes
2answers
4k views

how to add new font to Xcode 3.2?

please tell me how to add new font to iphone xcode3.2. thanks in advance.
3
votes
2answers
534 views

Determining whether or not a font can render a Unicode character in Cocoa Touch

I'm wondering if there's a way to determine whether or not a font supports a particular Unicode character in Cocoa Touch. Alternatively, is it possible to specify the default substitute character?
2
votes
2answers
28 views

iOS - Get the “real” height of a letter

I am trying to layout text on a UIView. (The yellow area is the frame of the UILabel with a background color). When I use sizeWithFont I get this, which has a very large space above the letter: ...
2
votes
1answer
514 views

iPhone - Convert CTFont to UIFont?

I am trying to convert a CTFont to a UIFont without losing any of the styles and attributes such as: Font Name Font Size Font color Underlines Bold Italic etc
2
votes
2answers
567 views

How can I calculate correct widths for UISegmentedControl segments?

I'm trying to use a UISegmentedControl but having trouble calculating the width of the segments. The control makes the segments all the same width which doesn't work for some titles, like this one: ...
2
votes
2answers
283 views

iPhone - Detect whether text is bold/italic?

Given a UIFont or a CTFont, How can I tell whether the font is bold/italic?
2
votes
3answers
800 views

How to get the font-size of a UIFont instance

How to get the font-size of a UIFont instance? Or, if someone can implement this method for UIFont? - (UIFont *) boldFont;
2
votes
1answer
394 views

Self installed fonts have wrong line height in UILabel

I have installed two custom TTF fonts in my iPhone app (Cardo and New Athena Unicode). These are used in a multi-line UILabel, but for some reason the line height seems messed up: the lines have a lot ...
2
votes
1answer
415 views

iOS Fonts and (Alleged) Extra Leading

A recent project has called for the use of two Hiragino fonts on iOS 4.x (HiraKakuProN-W3 and -W6) ... but they appear to have some extra space (at least below the characters A-Za-z0-9, which is what ...
2
votes
2answers
2k views

UITableViewCell font size is not changing

I'm trying to get the font size on my UITableViewCell to be smaller. Here is the code I have: - (UITableViewCell *)tableView:(UITableView *)theTableView cellForRowAtIndexPath:(NSIndexPath *)indexPath ...
2
votes
1answer
575 views

How to set the UIFont or CTFont properties?

I think it's stupid question but i reaaly need a prove. My question it's can we set the UIFont or CTFont properties like ascender, descender, cap height, and x-height? When I look at the Class ...
2
votes
2answers
152 views

Where to store label font information - in the Model or the View?

What is the best practice for storing font information of labels in Cocoa-Touch following the MVC paradigm? In my data model I would like to store information that are displayed by a custom view as ...
2
votes
2answers
587 views

How can I add Copperplate Gothic Bold font in my iPhone program?

I need to display some text in cocos2d layer. I added UITextView to it. I added the text in the text View. But, for setting the font by ( UIFont class), I could not do it. I saw the list of supported ...
1
vote
4answers
49 views

Use of Symbol in UIFont

The UIFont I use supports the symbol I want. How programmatically can I type that symbol in the code? UILabel *label = [ [UILabel alloc ] initWithFrame:frame]; scoreLabel.font = [UIFont ...
1
vote
3answers
80 views

How to change Font Styles For iphone app?

I need to change the font style from bold to italic,by using two buttons.for ex, i am entering the text "this is my iphone application ", after the string "this is"i would like to change the text ...
1
vote
4answers
51 views

How to create Bold UIFont

I am doing some word wrapping in my tableview as some of the values are so big they go off the edge of the screen. However, the font and size and boldness dose not match the default settings of the ...
1
vote
5answers
83 views

Change the Font Style - (Set Lable text in All-Caps format ) in Objective C

I want to set the UILable text font style in Small-Caps format like below image. Please give me the solution for this if anyone know, Thanks. :)
1
vote
0answers
28 views

Pixels being cut off on text of UIButton

As you can see, the bottom of the 'y' is cut off. I have tried using textRectForBounds: limitedToNumberOfLines: but that doesn't change anything. Changing the numberOfLines doesn't do anything ...
1
vote
1answer
442 views

Set UILabel font size according to its frame size?

I have an application that allow user to use the pinch gesture for scaling the label How can I change the font size according to the new frame size so that the font just fit in the frame rectangle? ...
1
vote
1answer
47 views

Custom Fonts for non-English Text

I installed a custom font however, my app runs on two languages. I noticed that the custom fonts work with English but not with non-English. How can I overcome this?
1
vote
2answers
83 views

Change the Font of label “Comic-Sams-Ms”

i think this is really basic question but i try many way to change the font of UILabel i try this code lbl = [[UILabel alloc] initWithFrame:CGRectMake(10, 10, 300, 100)]; [lbl setText:@"Demo ...
1
vote
2answers
686 views

Add Custom Fonts In Xcode 4.1

i want to use custom fonts in y application. i have declared the "Fonts provided by the application" in the info.Plist file and set the label.font to the font with name with / without the .TTF ...
1
vote
0answers
115 views

Get Font from resources in Objective-C [closed]

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.
1
vote
1answer
186 views

iOS font names: dashes versus no dashes

I have found that Core Graphics wants different font names than what UIFont accepts. For instance, CG accepts "Helvetica Bold" but not "Helvetica-Bold", whereas UIFont is the reverse. Is there any ...
1
vote
0answers
128 views

Fonts look different on different iOS versions

I am building an application that will run on iOS versions 4.0 and above. At some point i use UIFont for some labels in the following way: UIFont *labelFont = [UIFont ...
1
vote
1answer
288 views

What is the difference between lineHeight and leading?

I understand that, in ye olden days of typesetting, 'leading' was the total height of the lead blocks used for the letters - i.e. the height of the lines. So, in my UITextView, what is the difference ...
1
vote
2answers
692 views

Bold font with bold weight in iPhone

I have a design that uses Helvetica-Bold font with a weight of bold: i'm trying to explain myself: a bold font, which can be set also to bold. But in iOS, trying to make a font bold, over and over ...
1
vote
2answers
221 views

How to make the font scale

I am making an universal application for iPhone and iPad. I know there is a option to define that the text should scale downwards to a chosen point-size when it is to large however I need the text to ...
1
vote
0answers
382 views

Dealing with points or pixels when using UIFont

I was trying to position a string in the vertical center of a CGRect in my drawRect:(CGRect) method. The CGRect has this size: CGRect rect = CGRectMake(0.0f, 0.0f, rectWidth, rectHeight); To draw ...
1
vote
0answers
578 views

What is UILabel's vertical alignment algorithm?

There's ample discussion here on SO about Apple's failure to provide vertical alignment APIs for UILabel, but how does the actual vertical alignment work? Is the bounding box of the string (cf. ...
1
vote
3answers
645 views

UIButton setFont fails on iPhone 2G iOS 3.1.3

Hy, My tester has in iPhone 2G with iOS 3.1.3. The application crashes on his phone on this method: - (void) viewDidLoad { [super viewDidLoad]; [resumeGame.titleLabel setFont:[UIFont ...
1
vote
1answer
459 views

How to use FUTURA-Bold font in my iPhone app

I am trying to use FUTURA-BOld in my app but its not working as it should be. I installed the font in my system, copied the font in my code resource. Edited the info.plist with the font name. And ...
1
vote
1answer
5k views

iOS: UIButton titleLabel — does it do anything at all?

I want to make a UIButton with type UIButtonTypeCustom (for the shape). I want to assign the title using button.titleLabel because I need to specify the font. The following code looks like it should ...
1
vote
1answer
242 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 ...
1
vote
2answers
3k views

How to set custom font in UIWebView?

I have a font in the resources and I loaded it into a UIFont I want to know how to use this UIFont as the default font for my UIWebView Thanks in advance...

1 2 3