Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

List of UIFonts available

RyunoRyuno Posts: 46Registered Users
Couldn't find a list of what fonts are available in UIFont, so I printed them to the console and put them on my blog :)

Dave Mitchell » iPhone UIFont List
Font Family: American Typewriter
Font: AmericanTypewriter
Font: AmericanTypewriter-Bold

Font Family: AppleGothic
Font: AppleGothic

Font Family: Arial
Font: ArialMT
Font: Arial-BoldMT
Font: Arial-BoldItalicMT
Font: Arial-ItalicMT

Font Family: Arial Rounded MT Bold
Font: ArialRoundedMTBold

Font Family: Arial Unicode MS
Font: ArialUnicodeMS

Font Family: Courier
Font: Courier
Font: Courier-BoldOblique
Font: Courier-Oblique
Font: Courier-Bold

Font Family: Courier New
Font: CourierNewPS-BoldMT
Font: CourierNewPS-ItalicMT
Font: CourierNewPS-BoldItalicMT
Font: CourierNewPSMT

Font Family: DB LCD Temp
Font: DBLCDTempBlack

Font Family: Georgia
Font: Georgia-Bold
Font: Georgia
Font: Georgia-BoldItalic
Font: Georgia-Italic

Font Family: Helvetica
Font: Helvetica-Oblique
Font: Helvetica-BoldOblique
Font: Helvetica
Font: Helvetica-Bold

Font Family: Helvetica Neue
Font: HelveticaNeue
Font: HelveticaNeue-Bold

Font Family: Hiragino Kaku Gothic ProN W3
Font: HiraKakuProN-W3

Font Family: Hiragino Kaku Gothic ProN W6
Font: HiraKakuProN-W6

Font Family: Marker Felt
Font: MarkerFelt-Thin

Font Family: STHeiti J
Font: STHeitiJ-Medium
Font: STHeitiJ-Light

Font Family: STHeiti K
Font: STHeitiK-Medium
Font: STHeitiK-Light

Font Family: STHeiti SC
Font: STHeitiSC-Medium
Font: STHeitiSC-Light

Font Family: STHeiti TC
Font: STHeitiTC-Light
Font: STHeitiTC-Medium

Font Family: Times New Roman
Font: TimesNewRomanPSMT
Font: TimesNewRomanPS-BoldMT
Font: TimesNewRomanPS-BoldItalicMT
Font: TimesNewRomanPS-ItalicMT

Font Family: Trebuchet MS
Font: TrebuchetMS-Italic
Font: TrebuchetMS
Font: Trebuchet-BoldItalic
Font: TrebuchetMS-Bold

Font Family: Verdana
Font: Verdana-Bold
Font: Verdana-BoldItalic
Font: Verdana
Font: Verdana-Italic

Font Family: Zapfino
Font: Zapfino

Hope this is useful to others too :)
Post edited by Ryuno on
Oxford UK iPhone Design & Development

http://www.onidev.com

Replies

  • DevTeamOfOneDevTeamOfOne Posts: 361Registered Users
  • JumeJume Posts: 264Registered Users
  • mcurtismcurtis Posts: 44Registered Users
    There are also 2 free applications in the AppStore which will display the installed fonts: Fonts & FontViewer.
    Memos - Easily create, organize & share text documents.



    Blue
  • narendarnarendar Posts: 233Users Awaiting Email Confirmation
    But Strange yar....If I use font family Arial in Bold for UILabel it is not visible one of my mac????
  • EphistEphist Posts: 63Registered Users
  • simplyDustysimplyDusty Posts: 168Registered Users
    I know this is an old thread, but here are the OP's listed fonts as const strings you can throw in a header and use. The ones I've tried have worked, some names may be off, but I trust the OP!


    #define kFontAmericanTypewriter @\"AmericanTypewriter\"
    #define kFontAmericanTypewriterBold @\"AmericanTypewriter-Bold\"
    #define kFontAppleGothic @\"AppleGothic\"
    #define kFontArialMT @\"ArialMT\"
    #define kFontArialBoldMT @\"Arial-BoldMT\"
    #define kFontArialBoldItalicMT @\"Arial-BoldItalicMT\"
    #define kFontArialItalicMT @\"Arial-ItalicMT\"
    #define kFontArialRoundedMTBold @\"ArialRoundedMTBold\"
    #define kFontArialUnicodeMS @\"ArialUnicodeMS\"
    #define kFontCourier @\"Courier\"
    #define kFontCourierBoldOblique @\"Courier-BoldOblique\"
    #define kFontCourierOblique @\"Courier-Oblique\"
    #define kFontCourierBold @\"Courier-Bold\"
    #define kFontCourierNewPSBoldMT @\"CourierNewPS-BoldMT\"
    #define kFontCourierNewPSItalicMT @\"CourierNewPS-ItalicMT\"
    #define kFontCourierNewPSBoldItalicMT @\"CourierNewPS-BoldItalicMT\"
    #define kFontCourierNewPSMT @\"CourierNewPSMT\"
    #define kFontDBLCDTempBlack @\"DBLCDTempBlack\"
    #define kFontGeorgiaBold @\"Georgia-Bold\"
    #define kFontGeorgia @\"Georgia\"
    #define kFontGeorgiaBoldItalic @\"Georgia-BoldItalic\"
    #define kFontGeorgiaItalic @\"Georgia-Italic\"
    #define kFontHelveticaOblique @\"Helvetica-Oblique\"
    #define kFontHelveticaBoldOblique @\"Helvetica-BoldOblique\"
    #define kFontHelvetica @\"Helvetica\"
    #define kFontHelveticaBold @\"Helvetica-Bold\"
    #define kFontHelveticaNeue @\"HelveticaNeue\"
    #define kFontHelveticaNeueBold @\"HelveticaNeue-Bold\"
    #define kFontHiraKakuProNW3 @\"HiraKakuProN-W3\"
    #define kFontHiraKakuProNW6 @\"HiraKakuProN-W6\"
    #define kFontMarkerFeltThin @\"MarkerFelt-Thin\"
    #define kFontSTHeitiJMedium @\"STHeitiJ-Medium\"
    #define kFontSTHeitiJLight @\"STHeitiJ-Light\"
    #define kFontSTHeitiKMedium @\"STHeitiK-Medium\"
    #define kFontSTHeitiKLight @\"STHeitiK-Light\"
    #define kFontSTHeitiSCMedium @\"STHeitiSC-Medium\"
    #define kFontSTHeitiSCLight @\"STHeitiSC-Light\"
    #define kFontSTHeitiTCLight @\"STHeitiTC-Light\"
    #define kFontSTHeitiTCMedium @\"STHeitiTC-Medium\"
    #define kFontTimesNewRomanPSMT @\"TimesNewRomanPSMT\"
    #define kFontTimesNewRomanPSBoldMT @\"TimesNewRomanPS-BoldMT\"
    #define kFontTimesNewRomanPSBoldItalicMT @\"TimesNewRomanPS-BoldItalicMT\"
    #define kFontTimesNewRomanPSItalicMT @\"TimesNewRomanPS-ItalicMT\"
    #define kFontTrebuchetMSItalic @\"TrebuchetMS-Italic\"
    #define kFontTrebuchetMS @\"TrebuchetMS\"
    #define kFontTrebuchetBoldItalic @\"Trebuchet-BoldItalic\"
    #define kFontTrebuchetMSBold @\"TrebuchetMS-Bold\"
    #define kFontVerdanaBold @\"Verdana-Bold\"
    #define kFontVerdanaBoldItalic @\"Verdana-BoldItalic\"
    #define kFontVerdana @\"Verdana\"
    #define kFontVerdanaItalic @\"Verdana-Italic\"
    #define kFontZapfino @\"Zapfino\"
  • katsogianniskatsogiannis Posts: 39Registered Users
    Hello all.

    is there a way to import fonts to xcode?
    To follow the path:

    look to the master, follow the master, walk with the master, see through the master, become the master.




    katsogiannisc@gmail.com



    <a href="http:
  • DrBeak1DrBeak1 Posts: 298Registered Users
    katsogiannis;305567 said:
    Hello all.

    is there a way to import fonts to xcode?
    @katsogiannis:
    1)add desired font to project (I believe, must be .tff or .otf);
    2)go to info.plist; create a UIAppFonts key;
    3)This key's value should be set to "array";
    4)add font file names to this array (i.e., if font name is handwrite.tff, add this to the UIAppFonts key);
    5)set font for object in app just like you would set any other font:

    aLabel.font = [UIFont fontWithName:@\"handwrite\" size:12];
Sign In or Register to comment.