Top "Uifont" questions

The UIFont class provides the interface for getting and setting font information.

how to add new font to Xcode 3.2?

please tell me how to add new font to iphone xcode3.2.

iphone iphone-sdk-3.2 xcode3.2 uifont
Custom Font in Xcode 6

I have a custom font that I have imported into xcode that I want to use as a UIFont. When …

ios xcode swift uifont
Swift UIFont IBInspectable - is it possible?

I have a UIView subclass. In this view I create instances of UIlabel. Now I want to set the font …

swift uiview attributes interface-builder uifont
UIFont with custom font fails with Nil

I'm trying to add a custom font to my project in Xcode 4.2, but whenever I try to use it, I …

iphone objective-c uifont custom-font
Add several attributes to a NSMutableAttributedString

I'm trying to add several attributes to a NSMutableAttributedString; i tried this: let stringNumero: NSString = "\(squadra.cori.count)" //= two-digit number …

swift label uifont nsmutablestring
iOS 7: What is UIBarButtonItem's default font?

What is the default font of the title of a UIBarButtonItem with a style of UIBarButtonItemStyleDone? The following just returns …

uikit uibarbuttonitem ios7 uifont uibarbuttonitemstyle
How to convert CGFontRef to UIFont?

I want to use a custom font for a UILabel. The custom font is loaded by from a file: NSString *…

iphone ios uilabel uifont
Different font size in the same label?

Is it possible to have different fontsize or weight in the same UILabel? I can do it in the storyboard …

ios uilabel nsattributedstring uifont
Detect whether a font is bold/italic on iOS?

Given a UIFont or a CTFont, how can I tell whether the font is bold/italic?

ios uifont
Replace the deprecation sizeWithFont:minFontSIze:actualFontSize in ios 7

In iOS 6 i was using this method: [self.handText sizeWithFont:font minFontSize:10.0f actualFontSize:&maxFontSize forWidth:handWidth/2 lineBreakMode:UILineBreakModeClip]; …

iphone ios7 uifont