2013/02/14 カテゴリー:アプリ開発 タグ:タグ: Objective-C
例えば、 [someUILabelObject setFont:[UIFont fontWithName:@”American Typewriter” size:18]]; のようにフォント名を指定することでフォントの種類を指定できる デフォルトのフォント名をリストアップしてみた フォント名
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
<strong>Family name: Hiragino Kaku Gothic ProN W3 Font name: HiraKakuProN-W3 Family name: Courier Font name: Courier Font name: Courier-BoldOblique Font name: Courier-Oblique Font name: Courier-Bold Family name: Arial Font name: ArialMT Font name: Arial-BoldMT Font name: Arial-BoldItalicMT Font name: Arial-ItalicMT Family name: STHeiti TC Font name: STHeitiTC-Light Font name: STHeitiTC-Medium Family name: AppleGothic Font name: AppleGothic Family name: Courier New Font name: CourierNewPS-BoldMT Font name: CourierNewPS-ItalicMT Font name: CourierNewPS-BoldItalicMT Font name: CourierNewPSMT Family name: Zapfino Font name: Zapfino Family name: Hiragino Kaku Gothic ProN W6 Font name: HiraKakuProN-W6 Family name: Arial Unicode MS Font name: ArialUnicodeMS Family name: STHeiti SC Font name: STHeitiSC-Medium Font name: STHeitiSC-Light Family name: American Typewriter Font name: AmericanTypewriter Font name: AmericanTypewriter-Bold Family name: Helvetica Font name: Helvetica-Oblique Font name: Helvetica-BoldOblique Font name: Helvetica Font name: Helvetica-Bold Family name: Marker Felt Font name: MarkerFelt-Thin Family name: Helvetica Neue Font name: HelveticaNeue Font name: HelveticaNeue-Bold Family name: DB LCD Temp Font name: DBLCDTempBlack Family name: Verdana Font name: Verdana-Bold Font name: Verdana-BoldItalic Font name: Verdana Font name: Verdana-Italic Family name: Times New Roman Font name: TimesNewRomanPSMT Font name: TimesNewRomanPS-BoldMT Font name: TimesNewRomanPS-BoldItalicMT Font name: TimesNewRomanPS-ItalicMT Family name: Georgia Font name: Georgia-Bold Font name: Georgia Font name: Georgia-BoldItalic Font name: Georgia-Italic Family name: STHeiti J Font name: STHeitiJ-Medium Font name: STHeitiJ-Light Family name: Arial Rounded MT Bold Font name: ArialRoundedMTBold Family name: Trebuchet MS Font name: TrebuchetMS-Italic Font name: TrebuchetMS Font name: Trebuchet-BoldItalic Font name: TrebuchetMS-Bold Family name: STHeiti K Font name: STHeitiK-Medium Font name: STHeitiK-Light</strong> |
例えば、
[someUILabelObject setFont:[UIFont fontWithName:@"American Typewriter" size:18]];
のようにフォント名を指定することでフォントの種類を指定できる
フォント名
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
<strong>Family name: Hiragino Kaku Gothic ProN W3 Font name: HiraKakuProN-W3 Family name: Courier Font name: Courier Font name: Courier-BoldOblique Font name: Courier-Oblique Font name: Courier-Bold Family name: Arial Font name: ArialMT Font name: Arial-BoldMT Font name: Arial-BoldItalicMT Font name: Arial-ItalicMT Family name: STHeiti TC Font name: STHeitiTC-Light Font name: STHeitiTC-Medium Family name: AppleGothic Font name: AppleGothic Family name: Courier New Font name: CourierNewPS-BoldMT Font name: CourierNewPS-ItalicMT Font name: CourierNewPS-BoldItalicMT Font name: CourierNewPSMT Family name: Zapfino Font name: Zapfino Family name: Hiragino Kaku Gothic ProN W6 Font name: HiraKakuProN-W6 Family name: Arial Unicode MS Font name: ArialUnicodeMS Family name: STHeiti SC Font name: STHeitiSC-Medium Font name: STHeitiSC-Light Family name: American Typewriter Font name: AmericanTypewriter Font name: AmericanTypewriter-Bold Family name: Helvetica Font name: Helvetica-Oblique Font name: Helvetica-BoldOblique Font name: Helvetica Font name: Helvetica-Bold Family name: Marker Felt Font name: MarkerFelt-Thin Family name: Helvetica Neue Font name: HelveticaNeue Font name: HelveticaNeue-Bold Family name: DB LCD Temp Font name: DBLCDTempBlack Family name: Verdana Font name: Verdana-Bold Font name: Verdana-BoldItalic Font name: Verdana Font name: Verdana-Italic Family name: Times New Roman Font name: TimesNewRomanPSMT Font name: TimesNewRomanPS-BoldMT Font name: TimesNewRomanPS-BoldItalicMT Font name: TimesNewRomanPS-ItalicMT Family name: Georgia Font name: Georgia-Bold Font name: Georgia Font name: Georgia-BoldItalic Font name: Georgia-Italic Family name: STHeiti J Font name: STHeitiJ-Medium Font name: STHeitiJ-Light Family name: Arial Rounded MT Bold Font name: ArialRoundedMTBold Family name: Trebuchet MS Font name: TrebuchetMS-Italic Font name: TrebuchetMS Font name: Trebuchet-BoldItalic Font name: TrebuchetMS-Bold Family name: STHeiti K Font name: STHeitiK-Medium Font name: STHeitiK-Light</strong> |
«前へ 【Objective-C】iPhoneアプリの作成方法:iPhone/iPad ローカライズ genstrings で Localizable.strings が生成されない 次へ» 【Objective-C】iPhoneアプの作成方法:NSDate 取得した日時から0時0分を取得